Hi,
I have a grid loaded via datacollection,
I have added a custom boolean column and i fill it with custom code
Unfortunately, the filter don’t replicate the content
see snippet below :
https://snippet.dhtmlx.com/0w2qz04z
when looking the filter (column select) i don’t have the true and false value
what is the best way to have the correct result ?
- either calling a datacollection function for updating (don’t find it)
- either changing setup of grid to force the combo to have the 2 values ?
- calling an events on grid (or datacollection) signaling the change ?
Best regards
note that i have a big grid (>50000 rows, 40 columns)