I'm trying to figure out how to control an individual cell's editor (not column, a particular cell) in Telerik's RadGrid control.
For example, I need the following layout:
--------------------------------------------------------------------------
|Name Column |Col 1 | Col 2 | Col 3 |
--------------------------------------------------------------------------
|Some Name | <drop down> | <drop down> | <drop down> |
--------------------------------------------------------------------------
|Another Name | <drop down> | <drop down> |<drop down> |
--------------------------------------------------------------------------
| Check These | <checkbox> | <checkbox> | <checkbox> |
--------------------------------------------------------------------------
|<submit button> |
--------------------------------------------------------------------------
Having it do the drop down lists and also putting in the submit button at the bottom is no problem. However, I can't figure out how to set the editor for the checkbox cells to be checkboxes.
Any ideas?