CellType Radio Button Property

Hi,
I have merge 14 Cells SyncFusion GridControl to set CellType="RadioButton" and in my String collection I have two string for radio button choice list, (Radio1 and Radio 2). The radio button displaying very far from eachother. I want to keep distance beetween both item max 1 inch. How to solve same situation in SyncFusion GridControl.

Thanks,

1 Reply

HA haneefm Syncfusion Team July 25, 2007 03:55 PM UTC

Hi Wedant,

There is no built-in support for changing the layout of the radio button in a grid cell. You can do this by deriving the GridRadioButtonCellRenderer and override OnLayout method to change the look and feel of the radio button cell in a grid. Below is a forum thread that discuss with similar issue.

http://www.syncfusion.com/Support/Forums/message.aspx?&MessageID=64560

Best regards,
Haneef

Loader.
Up arrow icon