ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Grid Crud Demo - GetItem()
Title:
B
I
{code}
?
Hi there, I am following the Grid Crud Demo and wanted to know the purpose of the code line shown below. GetItem = () => Db.Get<Purchase>(Convert.ToInt32(g.Key)) Does the Grid make a call for each item it binds to? Thanks, Ajay
Save Changes
Cancel
ajaywebdev
asked at 01 Mar 2015
this is in the itemUpdated js function when calling api.update; so when you edit an item, click ok, the success function of the popupform is executed (itemUpdated), it calls api.update to update the updated row
at 01 Mar 2015
Omu
Thank you for answering my question. The support on this forum has been "awesome" :-)
at 04 Mar 2015
ajaywebdev
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