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
135
Not able to use WingGrid after few years
posted

I had used Infragistics Version 7.1 with my Visual Studio 2005/2008(VB .Net Windows Forms application).  The tool was working fine as we were using the exe.

I recently downloaded the trial version of Infragistics that created a menu in my Visual Studio 2012.

Now we need to make some changes to the tool and unable to use the UltraWinGrid as it says it is not defined.

 Dim UltraGridBand Dim UltraGridBand3 As Infragistics.Win.UltraWinGrid.UltraGridBand = New Infragistics.Win.UltraWinGrid.UltraGridBand("Test1", -1)

I am also unable to use the UltraCombo or any other Infragistics Controls. If you could help me on how to update my code to understand the infragistics controls, it would be really great.