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

Kendo Grid Column bound Dropdown Row wise binding

1 Answer 138 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chetan
Top achievements
Rank 1
Chetan asked on 22 Apr 2013, 08:05 AM
I am facing one issue in implementing kendo grid. We are using MVC4 with
LINQ and Entity framework with SQL 2008 R2 as backend database.

We are using kendo grid in one of the screens. The grid has a dropdown
which has to be dynamically bind for each record on the basis of a LINQ
condition. The output of the query can be different for each record.

Earlier we were binding dropdowns for all records using Viewdata[] but
now we are unable to implement the above requirement. Please help us on
the same.

Attached are the code samples.

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 24 Apr 2013, 05:56 AM
Hi Chetan,

 
I would suggest to check the "Grid InLine and PopUp Editing using Cascading DropDownLists" demo in our code library which demonstrates how to bind DropDownList to editor to given column and load it's data from remote action passing additional parameter - given ID.

Kind Regards,
Vladimir Iliev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Chetan
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or