I have set up a treegrid and initialised it with the checkboxes property set to True. On display, I find that the primary level checkboxes are empty, which is required. But the child checkboxes display with a black square box – I assume this is the indeterminate state.
Is there a property / method that sets these child check boxes to be clear?
I have studied the properties and methods, but have not found the solution to my question.
Am I missing something?
(I do not want to set up a loop to individually clear the child checkboxes, as my list is long (several thousands of rows, and this takes a very long time to clear the checkboxes.)
Any help on this matter will be really appreciated!
Many thanks,
Alastair