FA
Fabian
November 14, 2008 08:00 AM UTC
Sorry, the last code line should look like this:
this.TableControl.Model[this.TableControl.CurrentCell.RowIndex, colIndex].CellValue = "NewValue";
JJ
Jisha Joy
Syncfusion Team
November 17, 2008 07:29 AM UTC
Hi Fabian,
Thank you for posting query to us.
This can be achieved by setting the value by means of Table.CurrentRecord.SetValue method. Please refer the code:
this.gridGroupingControl1.Table.CurrentRecord.SetValue("ColumnName", value);
Please let me know if this helps.
Regards,
Jisha