This question is locked. New answers and comments are not allowed.
I want a custom editor template consist of 2 controls. Text box (read only) and button. The button
will open a partial view in a popup window in order to select an item.
The window will have filter options for a person like ,
Filters (example)
Name, Surname, Account Type, Department, Job Title, Gender, City, deactivated etc.
And a list box or a grid will display the results according to the filter.
The user will select a person and the window will be closed.
The text box in the custom template will be filled by the selected person from the popup window.
So i don't want to use a drop down list because the user will need to search a person from over 1000 people.
And if i use a drop down list, i would need to fill the combo with the deactivated people for the old records.
Thank you in advanced.
will open a partial view in a popup window in order to select an item.
The window will have filter options for a person like ,
Filters (example)
Name, Surname, Account Type, Department, Job Title, Gender, City, deactivated etc.
And a list box or a grid will display the results according to the filter.
The user will select a person and the window will be closed.
The text box in the custom template will be filled by the selected person from the popup window.
So i don't want to use a drop down list because the user will need to search a person from over 1000 people.
And if i use a drop down list, i would need to fill the combo with the deactivated people for the old records.
Thank you in advanced.