Hi,
I am currently doing some upgrade job of Infragistic for our project. We are going to use infragsit 9.1 in the further. However, when I updated Infragistic version (for winform) to 9.1, I found ultragrid did not display as it should be. See the screenshot below:
There is a grey line at left side which connect two row. This grey line was not there when using 8.2. It used to be like this:
We binded the ultragrid.DataSource to our own DataList which implement IBindingList interface.
Is there any changes in 9.1 compare to 8.2 may course this problem?
Many thanks,
Xin
Sounds like your preferences were somehow changed to not show the start button on your wingrids. Right click on a grid and go to the designer. Then click on the preferences button and click the show start button checkbox.
Another possibility is that Visual Studio is unable to find the grid designer assembly, which would indicate that something is not installed properly or that something is wrong with your project references.
You should check to make sure your project references are correct. All of the Infragistics assemblies should be the same version.
The grid designer is in the Infragistics2.Win.Design assembly. This assembly should not be referenced by your project, Visual Studio gets it from the GAC. So you might want to check your Assembly folder and see if it's in there with the correct version.