Forum Discussion
PhillipW
9 years agoSenior Member
Hi
Not sure if this might help but with data grid views i normally look at the read only property by using script routines or the object property checkpoints:
if (panel["dgvTestCodes"]["ReadOnly"] == true)
{
// do something
}