or
void grdSearchResults_ValueChanging(object sender, ValueChangingEventArgs e)
{
GridCellBoundColumnElement cell = sender as GridCellBoundColumnElement;
MyObj obj = cell.RowInfo.DataBoundItem as MyObj;
e.CellElement.Enabled = False
Now this appears to work at first, in that I can't click into the cell, But if I click on the cell next to it which is enabled, and use the arror key to move into the disabled cell, I can then Type directly into it, and it will allow this me to do that.I have also tried calling the controls' BringToFront() and SendToBack() methods at runtime with no luck.
I'm running:
RadControls for Winforms Q1 2007
VS 2005
.Net 2.0
Thanks for your help.
On a few occations a call to the call RadChart.Refresh() method has locked the executing thread forever. I have no event handlers attached to the RadChart. The chart data is populated by adding series manually. I can not reliably reproduce this error.