GridDataBoundGrid and InPlaceRichTextCell

Hi all,

I'm trying to get the InPlaceRichTextCell working with a GridDataBoundGrid.

When ever I start my program I get an InvalidCastException stating that a 'Syncfusion.Windows.Forms.Grid.GridOriginalTextBoxControl' can't be casted in a 'Syncfusion.Windows.Forms.Grid.GridTextBoxControl'

I'm using VS2008 with Syncfusion 6.3.0.30

Can someone point me the way out of this error?


2 Replies

AD Administrator Syncfusion Team August 21, 2008 06:45 PM UTC

Try setting:

grid.UseRightToLeftCompatibleTextBox = false;


to see if this avoids the problem.



DB Detlef Birkholz August 23, 2008 10:55 AM UTC

Thanks Clay,

that did the trick.

Yours
Detlef


Loader.
Up arrow icon