Regarding sharepoint gridview quick edit change event
- WinstonFroidPinto
- Posts: 32
- Joined: Thu Mar 16, 2017
Hi,
I have several related item controls in my page.I would like to target a specific related item,and i would be needing the view guid of the list view of the related item.How can this be achieved? (using jquery or any other approach)
Regards,
Winston.
I have several related item controls in my page.I would like to target a specific related item,and i would be needing the view guid of the list view of the related item.How can this be achieved? (using jquery or any other approach)
Regards,
Winston.
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
You can retrieve view ID following way:
Replace '0' with 0-based index of the related items control in your form.
You can retrieve view ID following way:
Code: Select all
fd.relatedItems(0).data('ctx').view;
-
- Information
-
Who is online
Users browsing this forum: No registered users and 6 guests