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

Problem with the Drop Down list Column of the grid

1 Answer 470 Views
Map
This is a migrated thread and some comments may be shown as answers.
Harigopal
Top achievements
Rank 1
Harigopal asked on 24 Feb 2017, 11:03 AM

Hi,

I am Using grid control from Telerik UI For asp.net MVC, Grid works fine in loading the data, but the problem come when we try to edit or create a new record with in  the  grid. When I try to edit the grid Drop down columns as shown as a text box with ID values.

There are couple more problems 
1. Filter is not working as expected.
2. Filter is not populating data and not able to select the items from dropdown list.
3. add new and click on update button the controller is not getting value that were submitted.
4. on editing and saving a record the action method is  not fired.

Please fin the attached file for more info.
please help with above issues.








1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 28 Feb 2017, 08:47 AM
Hi,

In order to use custom editors for the Grid you need to ensure that the components are configured correctly. Please examine the following example that illustrates how you can implement the behavior.


Furthermore, you can find the following article interesting that describes using editor templates in more detail.


Regarding the filter appearance. This may be caused by some custom styles or if some of the styles are not loaded correctly. Please remove any custom styles that are applied on the page and see if the behavior changes.

Also, make sure that the styles and script files you are using in the application correspond to the version of Kendo.Mvc.dll that is referenced in the project.


Regards,
Viktor Tachev
Telerik by Progress
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
Map
Asked by
Harigopal
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or