Hi,
How can i deactivate a active cell of a grid on Page_load or page onload? if possible give some sample code.
Thanks in advance.
Mamun
Just locate the cell and set its Activated property to false, e.g.
UltraWebGrid1.Rows[0].Cells[0].Activated = false;