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