Welcome Guest Search | Active Topics | Sign In | Register

EO Grid example Options
hp
Posted: Tuesday, June 7, 2011 3:52:57 PM
Rank: Newbie
Groups: Member

Joined: 5/26/2011
Posts: 2
Hi,
If anyone can please provide me sample code for EOGrid databinding where one of the columns has radio button list?

Thanks
eo_support
Posted: Wednesday, June 8, 2011 12:51:32 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

There is no direct way for you to data binding into a radio button list in a Grid cell. You will need to rely on raw HTML instead. The idea is you can put any raw HTML inside the grid cell --- in that case the Grid is pretty much just a container for you. You will need to write all the code to load/save data. For example, you can handle your radio button click event and then call the client side GridCell object's setValue method to save the changes to the Grid.

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.