Hi ,
I am trying to implement drag and drop in ultraweb grid using drag and drop frame but I am getting errors when the below code is executed:
Type.registerNamespace("Infragistics.Web.UI");
'Type is undefined'
var $IG = Infragistics.Web.UI;
'Infragistics' is undefined.
The file is igDragDrop.js at D:\Infragistics\NetAdvantage for .NET 2009.1\ASP.NET\CLR3.5\Scripts\Infragistics35.Web.v.9.1\9.1.20091.1015\9.1.20091.1015 location.
I am using infragistics version Infragistics35.Web.v9.1 assembly version 9.1.20091.1015.
I have included Infragistics35.Web.v9.1.dll in bin folder but still I am getting this error and the location is D:\Infragistics\NetAdvantage for .NET 2009.1\ASP.NET\CLR3.5\Bin.
Am I including the correct dll if not then where to get the correct dll.
Please help me.
Thanks
Gaurav