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

[Solved] How to display a custom template in inline editing of a grid

0 Answers 38 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.
Murthy
Top achievements
Rank 1
Murthy asked on 15 May 2012, 08:48 PM
Hello Team,

I have Telerik MVC grid. In that i am  dislplaying the data with respect to a model.

I will explain my scenarion by an example, please help in this regard

i have 4 columns EmployeeID, EmployeeName, DepartmentID and departmentname in the grid

EmployeeID and EmployeeName are in a Employee table in the database.

DepartmentID and DepartmentName are in a Department Table in the database

There is an another table EmployeeDepartment in the database which has EmployeeID and DepartmentID

I am displaying the grid data with joining the tables

Now while adding record in the grid, now i will get 4 text boxes in the grid by clicking add new record.

Now my requirement is after clicking add new record, I need to show Employee Dropdown and Department dropdown inline

By selecting employee and dropdown i need to insert the data in the database in that lookup table EmployeeDepartment.

could any one please tell me how to display dropdowns inline 

Thanks,
Murthy



Tags
Grid
Asked by
Murthy
Top achievements
Rank 1
Share this question
or