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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
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
|