-
16 Dec 2010 4:45 AM #1
How to make visible a particular row in GridView?
How to make visible a particular row in GridView?
Hi,
In my GridPanel. there are around 100 rows and a time on 20 rows are visible. Means I have scrollbar in GridPanel.
Now, as per requirement, I have to select a particular row runtime. Infact, I can select by code grid.rowFocus(5) (select 5th row). But, problem arises when I select any row greater than 20 index.
Example: grid.rowFocus(35).
Above code select 35th row, but I cannot see that row as scrollbar doesn't automatically moved to that row. Manually, I have to scroll to that row.
Is there any way to achieve this?
Hope, I cleared with my problem.
Thanks in advance
Livinglegend
-
16 Dec 2010 7:03 AM #2
-
17 Dec 2010 2:34 AM #3
No one has read this question?
Anyone from Condor or Animal?
this thing perfectly works in Chrome and IE but in firefox...
-
17 Dec 2010 11:14 AM #4
Invoking focusRow should bring that row into focus. My guess is that you may have a layout issue at a higher level. Try a basic grid example and you'll see that this works out of the box.
Aaron Conran
@aconran
Sencha Architect Development Team
Similar Threads
-
Make the scroller visible.
By blessan in forum Sencha Touch 1.x: DiscussionReplies: 1Last Post: 2 Sep 2010, 7:03 PM -
keep GridView row selection on row update event
By JensHeyer in forum Ext GWT: DiscussionReplies: 1Last Post: 26 May 2009, 1:55 AM -
Make rowbody visible only in the selected row in a grid
By doze in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 11 Jun 2008, 4:15 AM -
Using ext make you less visible in search engine?
By StErMi in forum Community DiscussionReplies: 4Last Post: 14 Feb 2008, 9:56 AM


Reply With Quote