Rank: Member Groups: Member
Joined: 2/18/2011 Posts: 11
|
Hi,
I need suggestion related to the EO grid. 1. I've EO grid with header checkbox column, now when this check box is checked/unchecked the all the rows in the grid must be checked/unchecked correspondingly. I want to know how can I loop thru rows of EO grid on client side.
2. On the server side I want to loop thru the rows of the EO grid to get the rows which are checked.
Thanks Thowfiq
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
On the server side you will need to use Items collection, on the client side you will need to use getItemCount and getItem method. Please see the reference section of the documentation for more details.
Thanks!
|