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

Dropdown list in grid

1 Answer 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jinesh
Top achievements
Rank 1
Jinesh asked on 04 Sep 2014, 09:15 AM
Hi,

I am using telerik grid for mvc and I configured it for inline editing



Model Properties:
.......
 public string ErrorText { get; set; }
        public int Order { get; set; }
        public String Operator { get; set; }
..........

For the operator column in the above grid I want to use dropdown list with set of values coming from an enum list. User will select from list of operators and update the row. Could anyone guide me on implementing this.


1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 05 Sep 2014, 01:40 PM
Hi Jinesh,

I guess what you are trying to achieve is similar to the ForeignKey column demo that we have for the Kendo UI Grid. You can check it out on the following link:

http://demos.telerik.com/aspnet-mvc/grid/foreignkeycolumn

You can also see it implemented in the Kendo UI MVC Examples that are redistributed via the bundle that you have downloaded, under the wrappers folder.

Regards,
Kiril Nikolov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Jinesh
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or