We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

exception while adding new row to grid

Dear Clay I am working on grid databound grid using syncfusion.The grid has a hidden column with float(double) values.I have written code for adding a new row. The problem is that on adding new row and trying to save it , an exception "object must be MyObject type" is thrown.I am hard-coding a value in the query I make for filling the grid ,like this: select accessmode,63.000000000000 as accessmode from accesspermission; Here,accessmode is the actual column in the database and the second hardcoded value is the hidden column i was talking about.Could you please help me on this .It is critical to the project. Thanx

1 Reply

AD Administrator Syncfusion Team October 4, 2004 04:43 AM UTC

Is the DataColumn in your DataTable set to MyObject? Is the GridBoundColumn.StyleInfo.CellValueType set to MyObject? The error suggests to me that at least one of these properties has been set to MyObect, and the value you are setting is not actually a MyObject object. If you want to use a MyObject value in the cell, then both these properties should be set to MyObject, and the value you actually put into the cell should also be a MyObject. If you can post a sample project showing the problem, maybe we can spot the actual problem.

Loader.
Live Chat Icon For mobile
Up arrow icon