AD
Administrator
Syncfusion Team
July 13, 2003 02:37 PM UTC
There is a static member of the GridModelDataBinder.AutoInitCellTypes that you can set to control this functionality. So, at the top of your form’s constructor, before the call to InitializeComponent(), you can add:
GridModelDataBinder.AutoInitCellTypes = False
ON
Oliver Nagel
July 13, 2003 06:05 PM UTC
Thank you!
regards
oliver