ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
lookup with CRUD actions
Title:
B
I
{code}
?
Hi, Lookup with CRUD actions (like in the demo page http://demo.aspnetawesome.com/CrudInLookup) is it possible in AwesomeMvc 3.5 ? How can i do that for my project? Thanks,
Save Changes
Cancel
ousmane.nacanabo
asked at 28 Feb 2014
the demo is using the latest version (3.5 atm), so yes, just download the source code of the demo and learn it (http://aspnetawesome.com/Download/MvcDemoApp) the lookup has a custom SearchForm, in that custom view there's a Create button which calls a PopupForm, for the editing/deleting a custom Item template is used for the lookup so that each item in the list has an edit and delete button, the edit/delete button calls a PopupForm as well, create and edit PopupForm have success js function attached which receive from the server the rendered row and after it appends/update the list with it
at 28 Feb 2014
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK