Hi,
I read many posts and viewed video about using intellisense in javascript.
I've added WebScriptManager in the page but I can't see intellisense on eventArgs by example.
I don't know why :(
Hello,
Are you adding the event handler through the property window? It is important that the /// comments at the top of the function were written properly, they should contain exact types of all parameters.
When you type $IG(dot) do you see any intellisense?
in the master page it's working but the eventArgs parameters show nothing.
in the slave page it's not working $IG show basic properties none from infragistics framework.
edit : I looked in http://help.infragistics.com/NetAdvantage/ASPNET/2010.2?page=JavaScript_IntelliSense_Support.html
and I tried that
<script> var grid = $IG.WebHierarchicalDataGrid.find("<%=hdgLogs.ClientID %>"); alert(grid); </script>
or that
<script> var grid = $IG.WebHierarchicalDataGrid.find("hdgLogs"); alert(grid); </script>
Grid still is undefined !
Unfortunately, the VS has limitation in this case. You will not see any of the MS intellisense as well.
This was reported to MS and hopefully they will come up with a patch for it.