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

DropDownList Column Not Rendering correctly in Ajax Grid

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bryan
Top achievements
Rank 1
Bryan asked on 15 Sep 2017, 04:11 PM

Had an issue where a column converted from a text column to a dropdownlist column would display fine and update/insert fine as a text column but when converted to a dropdownlist (for the edit/insert form), the renderd 'grid' would not reflect the underlying value in the database, but would allow selection and would update the underlying database when in the edit/insert mode.  Other fields converted from text to dropdown list in the same grid would behave fine.  I traced this error back to the underlying column definition in the database.  The misbehaving column was defined as char(10) and the working columns were varchar(10).  When I converted the underlying column with the issue to varchar(10), the issue was resolved.

Just an FYI.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 20 Sep 2017, 07:24 AM
Hello Bryan,

Thank you for sharing this information with our community. I hope it will prove helpful to other developers as well.

Regards,
Eyup
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Bryan
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or