JJ
Jisha Joy
Syncfusion Team
October 26, 2009 09:33 AM UTC
Hi Elias,
You could use the following code to set the values to the cells of GridDataBoundGrid.
this.gridDataBoundGrid1.Model[2, 1].Text = this.textBox1.Text;
this.gridDataBoundGrid1.Model[2, 2].Text = this.textBox2.Text;
this.gridDataBoundGrid1.Model[2, 3].Text = this.textBox3.Text;
Please let me know if you have any questions.
Regards,
Jisha