[combo] checkbox select

can the [combo] checkbox select be integrated into a grid?



and also can it be loaded from an xml file?







Thanks,

The dhtmlxCombo has native integration with dhtmlxgrid.

dhtmlx.com/docs/products/dhtmlxG … 9140755000

thanks for the answer.

yes the grid has the clist but, clist cannot store ID values, only labels
as such they are useless for me.

if i make the modifications you suggested to get the combo checkbox,
will i be possible to get a list of id values that were checked in the combo?

i am also assuming that, if we were to load this combo checkbox(integrated in grid) from xml, we will
use the same xml as normal combo?

thanks,

will i be possible to get a list of id values that were checked in the combo?
It will require some custom code added to onEditCell event, to get|set state of checboxes on edit start|end ( the default logic of combo will store only selected value )
While show combo with checkboxes is not complex task , implementation of full logic to show|save checkbox states may be a complicated task .

>>we will use the same xml as normal combo?
yes