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

[Solved] Inline Edit DropDownList does not work

3 Answers 138 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alex
Top achievements
Rank 1
Alex asked on 27 Jun 2011, 10:02 PM
Hello,

I am trying to implement inline editing for a dropdownlist column. I have tried to follow the sample codes. However, I must have missed something. I got an exception when click Edit.
Attached are the exception error and my sample codes.
Could you please take a look?

Thank you very much,
Alex

3 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 28 Jun 2011, 09:48 AM
Hello Alex,

 
The EditorTemplate folder should be placed in the Views/Business or in the Views/Shared for the ViewEngine to find the required editor template. Check this thread for more information.

Check the modified test project.

Regards,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Alex
Top achievements
Rank 1
answered on 28 Jun 2011, 03:52 PM
Hi Georgi,
Thank you very much for the quick answer. It works!!!!

By the way, is there a way to show/edit an enum in the grid dropdownlist? i.e. in my example, instead of defining the Type as class, it is as an enum.
Thanks again.
Alex
0
Alex
Top achievements
Rank 1
answered on 28 Jun 2011, 09:09 PM
Hi
"By the way, is there a way to show/edit an enum in the grid dropdownlist? i.e. in my example, instead of defining the Type as class, it is as an enum."
>> I found a solution. Thanks.
Alex
Tags
Grid
Asked by
Alex
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Alex
Top achievements
Rank 1
Share this question
or