I had my WebScriptManager in the master page and i was not getting any javascript intellisense for the js csom. I moved the script manager to my actual page and I still don't get it.
what do I need to do?
I'm catching the event on Cell_ExitingEditMode and I'm trying to find the row and the values of some columns in the grid.
Hi marcgh,
What version of visual studio do you have? And what version and build number of infragistics components do you have? Did you generate the event using the stub generation so it has /// comments?
regards,
David Young
Sorry, it's visual studio 2010 with 10.3.
yes I did generate the event using the stub generation but when I try to find any values i don't get any intellisense.