This is a migrated thread and some comments may be shown as answers.

Bug on "Edit table"

2 Answers 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Chris
Top achievements
Rank 1
Chris asked on 15 Aug 2011, 10:34 AM
Clicking on "Edit table" menu comes up with the follwing error message.

"The following exception occurred in the DataGridView:
System.ArgumentException: DataGridViewComboBoxCell value is not value.
...."

It turns out that it occurs on all fields with "unsigned" property on number field.

FYI, I'm using MySql.

Thanks.



 

2 Answers, 1 is accepted

Sort by
0
Damyan Bogoev
Telerik team
answered on 15 Aug 2011, 10:59 AM
Hi Chris ,

In the Table Editor, the SQL types combo box is bound to a collection of database specific types. The MySQL unsigned data type is not part of this collection which leads to the error. This is a known issue which will be fixed in the next service pack of the product.
Actually you could edit the column type using Properties Window:
- Open the Model Schema Explorer;
- Navigate to the column and select it;
- Press F4 to open the Properties Window;
- Set the SqlType property to the correct sql data type;
- Save the diagram;
Hope that helps.

Best wishes,
Damyan Bogoev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Chris
Top achievements
Rank 1
answered on 15 Aug 2011, 11:19 AM
Thanks. I'll be looking forward to the SP release.
-chris
Tags
General Discussions
Asked by
Chris
Top achievements
Rank 1
Answers by
Damyan Bogoev
Telerik team
Chris
Top achievements
Rank 1
Share this question
or