Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
Side by Side: Grid Ver 5.3 and 8.2
posted

I am developing under Visual Studio 2005 and VB.net.  My website is using WebGrid Ver. 5.3.  I would like to develop new modules in Grid Ver. 8.2 while leaving the legacy Grid Ver. 5.3 running.  How do I get the environment and intellisence to work with both grids.

 

For example, under 5.3, my legacy module passed in a grid via:

 ByVal uwg As Infragistics.WebUI.UltraWebGrid,Webgrid 

 

I have installed  Version 8.2 and now the comiler states this statement is ambiguous.  The intellisense says the param signature should be:

  ByVal uwg As Infragistics.WebUI.UltraWebGrid         (is this the Ver. 8.2 definition)

 

How do I setup the libraries, import statements and references ....

 

Thanks