Hi,
I want to remove group items that user dropped on the group bar by code.
The grid appearance will return to the normal status (without data grouping)
Any suggestion or vb.net sample code would be appreciated.
Thank you
Fleming
Fleming -
You can do the following...
fpSpread1.Sheets(0).Models.Data = (CType(fpSpread1.Sheets(0).Models.Data, FarPoint.Win.Spread.Model.GroupDataModel)).TargetModel
You would also have to turn off the GroupBar.
Cool! It works.
Thank you very much