Rank: Advanced Member Groups: Member
Joined: 9/2/2010 Posts: 120
|
Hi,
Sorry to be sending a lot of questions but I'm evaluating your product.
When I'm with FullRowMode equal true and I click any row, all of its columns are selected and the event is called ClientSideOnItemSelected, right?. How do I to get the row number which was selected and how do I refer to a specific cell of this row?
Regards, Camarate
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You would call getSelectedItem on the Grid object. Please see the source code of this sample for more details: http://demo.essentialobjects.com/Demos/Grid/Features/Row%20Selection/Demo.aspxYou may also want take a look of this if you have not used our client side API before: http://doc.essentialobjects.com/library/1/clientapi_howto.aspxThanks!
|