Welcome Guest Search | Active Topics | Sign In | Register

Unselect grid's selected item Options
X-BOX
Posted: Wednesday, May 8, 2013 6:24:54 AM
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.
eo_support
Posted: Wednesday, May 8, 2013 4:47:46 PM
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.aspx

I 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.aspx

Thanks!
X-BOX
Posted: Wednesday, May 8, 2013 4:59:05 PM
Rank: Newbie
Groups: Member

Joined: 5/8/2013
Posts: 5
Thanks !!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.