AD
Administrator
Syncfusion Team
December 17, 2002 08:43 PM UTC
I think this is related to the previous post where I suggested providing a SaveCellInfo event handler or not setting e.Handled = true for QueryCellInfo event handler.
Make sure also there is no BeginUpdate pending, otherwise the grid won't repaint until you call EndUpdate.
Stefan
WH
Wayne Hartell
December 18, 2002 12:16 PM UTC
No luck with this one though.
this.Refesh(); seems to be a workaround. Maybe I'll sort it out later when I understand more about what I'm doing. Thanks for your help.