This question is locked. New answers and comments are not allowed.
Hi,
I want a custom editor template in order to select a person from popup window instead of selecting from a drop down list as below;
text box (read only) + button
when the button is pressed a popup window will be opened (loaded by a partial view). And the user will be
able to select an item from there.
The popup window will have filtering options for the
people like category, sex, range of age, title etc. And the people will be populated in a
list box below the filtering options.
When user clicks ok on the popup window the window will be closed and the textbox will be filled by the selection.
Is there a sample like that? Is that possible? Is there a good approach for this purpose?
Thank you in advanced...
I want a custom editor template in order to select a person from popup window instead of selecting from a drop down list as below;
text box (read only) + button
when the button is pressed a popup window will be opened (loaded by a partial view). And the user will be
able to select an item from there.
The popup window will have filtering options for the
people like category, sex, range of age, title etc. And the people will be populated in a
list box below the filtering options.
When user clicks ok on the popup window the window will be closed and the textbox will be filled by the selection.
Is there a sample like that? Is that possible? Is there a good approach for this purpose?
Thank you in advanced...