Quote Originally Posted by bincong View Post
OK, thanks for reply
When I was designing the grid, I found that the fixedrow is selected by default and highlighted, vbflexgrid.selectedrows will include the fixedrow, and vbflexgrid.selectedrow(0)=0. I don't think the fixedrow should be included in selectedrows. I don't know if any attribute setting is incorrect.
Code:
SelectionMode = FlexSelectionModeByRow
AllowSelection = True
AllowMultiSelection = True
I don't understand. When you select a fixed row for whatever reason then why SelectedRows should not return it ?
And you can select a fixed row only via code or when .Rows = .FixedRows, means no scrollable rows available anymore.