This question is locked. New answers and comments are not allowed.
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
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