Hi Ruby,
Sorry for the inconvenience caused with delay,
We have analysed the reported query in our end. You can
disable the cell using the event QuerCellInfo inGridDataBoundGrid.
Please set the style as read only in QueryCellInfo event.
Please refer the below codes.
If(e.Style.Rowindex ==1)
{
e.Style.ReadOnly =true;
}
Please let me know if you have any concerns.
Regards,
Vinish K.