Page 1 of 1

Regarding sharepoint quick edit updating column value

Posted: 11 Jun 2017
by VishwasBhat
Hi,

I am trying to update another column in quick edit based on change of a column in the grid. I have referred the following article:
https://www.codeproject.com/Articles/81 ... ith-JSGrid?
Can i get the value of g_ViewIdToViewCounterMap using jquery? I have dropped a list view using quick edit in one of the form and needed to get reference to the jsgrid object to invoke change functions in the grid because the value of g_ViewIdToViewCounterMap keeps on changing.

Thanks,
Winston.

Re: Regarding sharepoint quick edit updating column value

Posted: 13 Jun 2017
by Dmitry Kozlov
Hi Winston,
Very good article, by the way. g_ViewIdToViewCounterMap is a global object, so you can use it in JS-editor of Forms Designer.