Re: How to get the row Selection in a Grid

2009-06-23 Thread Sumit Chandel
Hi Suren, If you could provide more explanation as to how applying style with the RowFormatter didn't behave as you expected, that would be helpful to figure out what's going wrong. From what I can tell, you want to apply a style to the Grid that will persist through all interactions with the grid

Re: How to get the row Selection in a Grid

2009-06-18 Thread Suren
HI Jim, Thanks for you reply. I am not sure, whether I explained my problem better here.. I want to have a row selection in a Grid. I was wondering, where did you get getCellForEvent in a Grid. Also the link you had posted is also having something about Dreamsource. I am not sure what that

How to get the row Selection in a Grid

2009-06-17 Thread Suren
Hi All, I am using a Grid, in which I want to implement row Selection style. Currently, I am using rowformatter to apply a style. But thats not having the expeceted behavior. I want to select that entire row, when user clicks on any cell in a Grid. Row selection should remain there, even if