Option picker

Hello,

I am looking for a way to have a combobox with checkboxes, so I can choose a couple of items from a list.

The text in the cell in a perfect world would look like "option1, option2, option5".

Is this possible without custom cell types, and if not, where can I found information about making such a custom cell?

Thanks

1 Reply

HA haneefm Syncfusion Team June 12, 2007 10:28 PM UTC

Hi Pontus,

You would have to derive a custom cell type like the ones( \4.4.0.49\windows\Grid.Windows\Samples\CustomCellTypes\DropDownFormAndUserControlSample). It requires a model class and a renderer class. The model class handles the serialization requirements for the control and creates the renderer class. The renderer class handles the UI requirements of the cell. Then to use your custom cell type in a grid, you need to register this celltype with the grid as shown in this sample.s\Syncfusion\Essential Studio\4.4.0.49\windows\Grid.Windows\Samples\CustomCellTypes. Also the attached sample shows you "How to attach custom celltypes in a GroupingGrid?". It also implements the CheckedListControl as datasource. Please try the sample and let me know if this helps.

Sample : CustomCellTypeSample

Here is a forum thread that discuss with the simillar issue.
http://www.syncfusion.com/support/Forums/message.aspx?&MessageID=11288

Best regards,
Haneef

Loader.
Up arrow icon