AD
Administrator
Syncfusion Team
July 27, 2004 08:15 PM UTC
You trigger SaveCellInfo by setting grid[row, col].Text = somevalue.
But you do have to check row and col to make sure they exist in your external datasource so your SaveCellInfo handler can properly save the values. If row and col are outside your external data, then you can either try to add rows/cols to your external datasource, or you can just not set the out of range values. Your looping code would have to manage whatever you woul dwant to do in this case.