Is there a way to add an editable checkbox in a treegrid row (only expanded rows)??
Hello.
You may place the checkbox in any cell of the grid:
from the xml:
true
or using the api:
docs.dhtmlx.com/api__dhtmlxgrid_ … ltype.html
note, that it is not recommended to use the checkbox in a treegrid column.
Works fine - thanks.
One additional question: At the end I want to serialize the grid. This works but If I set
myGrid.setSerializationLevel(false,false,false,false,true,false)
to have only changed rows in the XML and I only check/uncheck the checkbox nothing is serialized. So for me it looks like changing the checkbox is internaly not set as “changed”.
Any solution on this???
Unfortunately the problem cannot be reconstructed locally.
After (un)checking the checkbox (talking about the “ch” type) changed row serializing well for me.
If the problem still occurs for you please, provide with a complete demo or share with a demo link, where the issue can be reproduced.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/tutorials__auxil … pport.html