Hi,
We are using ExtJS grid without Sencha Cmd and everything is working except for icons in the grid headers and menus, e.g. Ascending, descending icons are not there and just empty squares are...
Type: Posts; User: Mandeep
Hi,
We are using ExtJS grid without Sencha Cmd and everything is working except for icons in the grid headers and menus, e.g. Ascending, descending icons are not there and just empty squares are...
Hi,
I am trying to use locking-infinite-scroll.html example with my data. All I have changed is the URL in the store and rest of the code is as in the example. Grid works if I fetch data from...
Please help
Hi,
We are using ExtJS 4.1 version. We have a ViewPort with two panels one in the center and other on the west. Our issue is that every time west pane is collapsed and then expanded then the...
Any help on this will be appreciated.
I am trying to use ExtJS without cmd and has following code, but it keeps failing with error
Line: 16481Error: 'Event' is undefined
Could somebody please tell if I am missing any files that I...
I am upgrading my Ext 4.1 grid to Ext 6.2.1 but my headers are not getting displayed at the top. All I see is rows. I am using viewport to display the grid but still I see white space at the bottom...
I am trying to follow directions from
http://docs.sencha.com/extjs/5.0.0/cmd/advanced_cmd/cmd_single.html
to create a smaller all-classes.js file which should contain only those ExtJS classes that...
checkchange event works better if you have multiple items in the menu.
Found out that Ext.grid.PagingScroller also has a function getLastVisibleRowIndex() also to get the last row. Its not specified in the API but its there in the class. So I am going to use...
Thanks for your response. Sorry I forgot to mention that I am using Infinite Grid, so I don't have any concept of PageSize.
I need to display a toolbar at the bottom of the grid which says Displaying X to Y of Total number of records. Can somebody please tell me how to find out X - the first visible row on the screen and...
Can somebody please let me know how can I check a row in a grid that uses Ext.selection.CheckboxModel. I need to select a row by Id of the record that is displayed in the grid. I get the id from some...
I am having difficulty checking a row manually in a grid which is using Ext.selection.Model. I am trying to use select function and it works if I pass index of the record that I need to check, it...
Scott,
Any update on this?
Mandeep
Can somebody please suggest how to do this in Ext 4.1.0?
Thanks.
We are also having the same issue and I believe this is happening because IE-8 has a max limit of 1,342,177.27px on the height of a div and due to that scroll bar of infinite grid cannot be more than...
Is it possible to make LiveGrid work with Locking GridView extension, an example of locking grid can be seen at
http://www.extjs.com/deploy/dev/examples/grid/locking-grid.html
I have an Ext grid panel in a frame and it moves the row selection up and down when up and arrow button are pressed. But this doesn't work when grid does not have focus and arrow key is pressed in...
Does 3.1 version of the live grid work with LockingGidView/LockingColumnModel?
Thanks.
Can somebody please tell me how to size my page so that it takes whole space inside a Ext window without using a Viewport?
Thanks.
Is it true that Viewport always takes the entire browser space irrespective of the container? Please try the following code and you will see that inner viewport never appears, probably its hiding...
I am using a border layout and then there is a tabbed pane in the center. I am opening an ext window in one of the tabs and then I am adding a panel(which contains a grid) to a layer on this window....
Can somebody please tell me why following panel won't expand to take 100% space in my window. I am using IE7.
<script type="text/javascript">
Ext.onReady(function()
{
var...
I am using Ext.ux.grid.BufferedGridView which is from Ext.grid.EditorGridPanel, When I scroll up in the grid then it adds new records towards the top using following code...