Hi
This is probably a trivial question, for which I apologise in advance.
How to not select a row into a grid (advColumnGrid) ?
I tried to use this :
list.row := 0; (the number of fixed row is 1) or even
list.row := -1;
But at final, the row 1 is always selected, but I don't want any lines to be selected.
How to do that ?
Kind regards
olivier