Regarding sharepoint gridview quick edit change event

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
User avatar
WinstonFroidPinto
Posts: 32
Joined: Thu Mar 16, 2017

12 Jun 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.

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

13 Jun 2017

Hi,
You can retrieve view ID following way:

Code: Select all

fd.relatedItems(0).data('ctx').view;
Replace '0' with 0-based index of the related items control in your form.

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests