Rank: Member Groups: Member
Joined: 11/25/2008 Posts: 22
|
is it possible to have a checkbox and data bound information is one column using the grid?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
There is no direct support to do that in a single column. Technically you can use a CustomColumn to do that, but you will need to render all the data to the client by yourself, then code your CustomColumn to render cells based on that data using JavaScript. So I am not sure whether it would be worth it. On the other hand, displaying them in two separate columns is quite simple and straightforward.
Thanks!
|