Jay, Thanks for the samples. But there are a couple things that don''t make sense.
1. I can''t update the checked state of the checkbox by clicking on it.
2. I can''t keep the drop-down visible in order to select multiple items.
Is there a better control for handling multiple selection from inside a grid cell.
Thanks,
Sean
>Hi Sean,
>To have a checkbox column in a GridListControl, you have to subscribe to the QueryCellInfo of the embedded grid and set the cell type to check box. You can access the embedded grid as shown in this KB.
>
http://www.syncfusion.com/support/user/uploads/10488.zip
>
>
Here is a sample
>
>Regarding the multiple selections, GridListControl is basically bound to a datatable and if you select a row, the data in the column (specified as the valuemember) will be displayed in the cell when you close the combobox.
>
>If you have multiple selections, what do you want to have in the cell text? If you are looking in this line, please take a look at the
>\Grid\Samples\In Depth\DropDownFormAndUserControlSample
>that shows how you can have a dropdown form and you can customize it to have multiple selections.
>
>Regards,
>Jay N.