I want to remove selecte row of MsFlexgid. I know the method to do that but suddenly I do not know what happens it gives me error as listed below:
"Can not remove last non-fixed row" .
It fires error in both conditions where row = 2 as well as row > 2.
1st method :2nd method :VB Code:
MSFlexGrid2.RemoveItem (MSFlexGrid1.Row)VB Code:
Dim 1 as Intger i = MSFlexGrid1.RowSel MSFlexGrid2.RemoveItem i




Reply With Quote