Posted 4 October 2021, 9:30 am EST
Hi
im using the flexgrid, i need to select some rows (0,4,8,10)
I found only this solution >> fgrid.Rows[i].Selected=True;
The rows appear selected but >>fgrid.SelectedItems.Count==0
I also noticed that if i do >> fgrid.SelectedItems.Clear();
inside the rows is still fgrid.Rows[i].Selected=True;
Why they dont match?
What’s the best way to proceed?
Thanx