Rank: Newbie Groups: Member
Joined: 5/8/2013 Posts: 5
|
Hi all,
Thanks for all the eo.web awesome controls.
I want to unselect the selected item after finishing with the grid.
Example :
<asp:Button Id="btnUnselect" runat="server" text="Unselect"/>
<eo:Grid .............../>
I want to unselect the last selected item from the client side.
Can u please provide me a solution.
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, You will need to use our Grid's client side interface to set the value of the CheckBoxColumn: http://www.essentialobjects.com/doc/1/jsdoc.public.gridcell.setvalue.aspxI believe For CheckBoxColumn, you can set the value to true or "1" to check the column. If you have not used our client side JavaScript interface before, you will want to take a look of this topic: http://www.essentialobjects.com/doc/1/clientapi_howto.aspxThanks!
|
Rank: Newbie Groups: Member
Joined: 5/8/2013 Posts: 5
|
Thanks !!
|