how to add a FormulaType cell to a DataBoundGrid

Hi, I have a DataBoundGrid that after it has loaded the data I want the last cells to be of fomula type. I haven't been able to do this. This is what I put in a button to try to "Activate" this function: this.gridDataBoundGrid1.DataBindings.Clear(); gridDataBoundGrid1[8,1].CellType = "FormulaCell"; This code produces a error on the second line. Any ideas on how to do this Regards Lucas

1 Reply

AD Administrator Syncfusion Team February 28, 2003 11:50 PM UTC

See this link below. http://www.syncfusion.com/forums/message.asp?MessageID=2956

Loader.
Up arrow icon