Hi,
i have a virtual nested grid with checkboxes next to the hierarchical column.
when i populate my grid data, the indecation if my checkbox should be checkd comes from a specifec column in the table.
i do this logic int the Grid_VirtualMode_GetCellValue() method.
but for some reason, when open the next level in is not checkd, until i put my mouse over it.
if you understand my problem, please help me.
p.s. the code lines:
grid.rows.reset()
grid.rows.rootnode=null;
grid.invalidate()
does fix this problem.
thank you, guy