I have a Wingrid that contains a single hierarchy of records. I am showing BOXES at the parent-level and FILES (in those boxes) at the child-level. When the grid is first populated, as I scroll horizontally through the columns in the grid, the first 7 columns in the parent band display clearly. If I continue to scroll farther to the right, there are, what appears to be, other columns that are squeezed together (it looks like a bunch of "up" arrows at the top of squeezed columns and "down" arrows at the bottom of these squeezed columns, can't see any data in them, just squeezed headers & arrows). If I click somewhere outside of this active window and return, the display of all columns seems to be OK. If I return to the grid and start horizontally scrolling again, I get the same "blurry" result. Do I need to add some code to control this display as I scroll horizontally across the columns?
It's hard to tell from your decription what's happening there. Can you post a screen shot? When posting, just go to the Options tab and attach an image file and it will show up in your post as an image.
I attached a screen shot. It shows what the columns that are farther to the right look like when the user scrolls to the right. You can see that the "Action" column is the last column to display clearly. Please let me know if this helps.
Why are you using an UltraCombo as the EditorControl for the columns? What functionality do you want to acheive by this?
You might want to try commenting that out and see if that's the issue.
If that doesn't help, I'm afraid I am out of ideas. The only other thing I can suggest is that you try to duplicate this in a small sample project and Submit an incident to Infragistics Developer Support
In my current project, I removed all references to an EditorControl and also deconstructed my grid which contained a single hierarchy. Even with a single band, I'm seeing the "blurry" columns as I scroll to the right. The ONLY difference I see between the grid with "blurry" columns and the other grid on my form (that does not produce "blurry" columns when scrolling to the right), is the size of the scrollbar in the designer. I am attaching a .jpg to show how the top grid has a bigger scroll bar and the bottom has a shorter one. Where is this property set? (I can't find it.)I have also created a new project, simply added a grid (same datasource, same 2 bands, same columns) as my current project, tested it, and did not get the "blurry" columns. I guess the only other option I have is to delete the top grid and try to add it as new again? I would hate to see how many error messages I get at compile time because all references to fields on the "old" grid are gone. :(
The size of the scroll thumb in these screen shots doesn't seem to be significant. It looks like one grid just has more columns than the other.
Perhaps instead of creating a new project, you could try duplicating this issue the other way by making a copy of your real applicaiton and removing things until only the grid is left?
I failed to mention that I started with your suggested approach yesterday as well. I copied my project and have stripped away the RowEditTemplates, removed EditorControls, etc. Unfortunately, I still see the "blurry" columns when I scroll to the right even when I reduce the number of columns in both bands. The top band is viewable (ok) and I don't need to scroll to the right, but the underlying (2nd) band in the hierarchy has a few more necessary columns. Even though the user can view the columns in the 2nd band ok, as soon as he/she starts scrolling to the right, they can see the "blurry" columns. In the interest of time, I proposed reducing the number of columns for display so the user doesn't have to scroll. I guess I'll have to chuck this one and add it to my "when I have time" list.Thank you for your help,
Chris
Hi Chris,
If you are able to reproduce the issue in a simplified sample, you should Submit an incident to Infragistics Developer Support and let them check it out. It has to be something they can run, though, of course.