SaveFormattedText

Hello, I have been using GroupingGrid.SaveCellFormattedText event to save data in my Grouping Grid in version 3.0 For certain reasons I must revert to 2.0.5 Could anyone advise what is a corresponding event for that release - I do not find it in IntelliSense? Thnx.

1 Reply

AD Administrator Syncfusion Team June 20, 2005 04:14 PM UTC

Try: this.gridGroupingControl1.TableModel.SaveCellFormattedText or this.gridGroupingControl1.TableControl.Model.SaveCellFormattedText

Loader.
Up arrow icon