Re: How to keep row selected after pagination grid refresh?

2010-11-23 Thread Ahmed Shoeib
Thanks for your help On Nov 22, 3:50 am, John LaBanca wrote: > @ahmedelsayed.shoeib - > > Are you using a CellTable?  If so, you can push new data into a row to > refresh it: > myCellTable.setRowData(rowIndexToRefresh, > Collections.singletonList(valueToRefresh)); > > Thanks, > John LaBanca > jla

Re: How to keep row selected after pagination grid refresh?

2010-11-21 Thread John LaBanca
@ahmedelsayed.shoeib - Are you using a CellTable? If so, you can push new data into a row to refresh it: myCellTable.setRowData(rowIndexToRefresh, Collections.singletonList(valueToRefresh)); Thanks, John LaBanca jlaba...@google.com On Sun, Nov 21, 2010 at 3:19 PM, Ahmed Shoeib wrote: > i don

Re: How to keep row selected after pagination grid refresh?

2010-11-21 Thread Ahmed Shoeib
i don't use gwt-ext i use gwt how can refresh selected Row ?? On Nov 21, 1:35 am, Blagoja Chavkoski wrote: > This question is for ext gwt forum, but i had implemented some code close to > this one, and I had the same problem!! > Its interesting that I notised the problem is on adding the html css

Re: How to keep row selected after pagination grid refresh?

2010-11-20 Thread Blagoja Chavkoski
This question is for ext gwt forum, but i had implemented some code close to this one, and I had the same problem!! Its interesting that I notised the problem is on adding the html css style for the selected row..its just not showing, the related model row is correct and all related listeners are f

Re: How to keep row selected after pagination grid refresh?

2010-11-20 Thread John LaBanca
It sounds like you are using gwt-ext. Have you tried posting your question on their forum? Thanks, John LaBanca jlaba...@google.com On Sat, Nov 20, 2010 at 11:48 AM, Ahmed Shoeib < ahmedelsayed.sho...@gmail.com> wrote: > i also need to know how to refresh a row with specific Object > > On Nov

Re: How to keep row selected after pagination grid refresh?

2010-11-20 Thread Ahmed Shoeib
i also need to know how to refresh a row with specific Object On Nov 19, 10:35 am, Tomeo wrote: > Hi folks, > > I have a below a simple scenario: > > 1. I have a grid populated with data > 2. I select any 1 row from grid - data with a specific "Object > Id" [internal id] > 3. I press a refresh bu

How to keep row selected after pagination grid refresh?

2010-11-19 Thread Tomeo
Hi folks, I have a below a simple scenario: 1. I have a grid populated with data 2. I select any 1 row from grid - data with a specific "Object Id" [internal id] 3. I press a refresh button from a paginationToolbar 4. data are refreshed 5. no row from grid is being selected. Question 1: How can