programmatically set value



Hi,

Is there a way to programmatically set the value of a cell in a databoundgrid? Thanks!

1 Reply

HA haneefm Syncfusion Team July 11, 2007 10:54 PM UTC

Hi Code12345,

You can try this code:

this.grid.Model[2,2].CellValue = 35;

Best regards,
Haneef

Loader.
Up arrow icon