How to select no row ?

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

grid.HideSelection

Thanks

I didn't know this procedure.
But if I select "again" (even if it not really true), the event "onrowupdate" is not triggered, a trick ?

Regards
olivier

We've seen this issue in specific circumstances and applied a fix.
You can use OnRowChanging as a workaround for now.

Thanks a LOT

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.