Would it be possible to convert this sample to VB.NET? I'm having a lot of frustrating problems trying to do it myself.
Your help would definitely be appreciated!
> You could use the new Control CellType to handle this. You could place radio buttons in a panel or groupbox and use this 'container' control as the celltype. There is some sample code in this forum thread that shows how to put a TextBox in a cell using the "Control" celltype. You could to the same with a panel.
>
> http://www.syncfusion.com/forums/message.asp?MessageID=5746
>
> In addition, you could derive your own cell control that has radio buttons in it.
Here is a sample.
>
>