I am using the designer and placing the columns where I want them to go, but there is one column that appears to be cooperating but then when I load the grid it is mashed on top of another column.
The resolved Origin is being set wrong is what it looks like when I debug but I can't figure this out... [:'(]
Has anyone else had issues w/ columns not appearing where they should in a relatively complicated row layout on the WinGrid??
Any help is greatly appreciated,
Devin
Hi Devin,
If none of the changes you are making at design-time or being picked up at run-time, maybe you are loading a layout at run-time that is overwriting those changes? This is a pretty common mistake that I have made many times.
Also, can you tell which field is being displayed with the SSN? It sounds like you are assuming that the Birthdate field and the SSN field are showing in the same place, but are you sure that's the case? It's hard to see the text in this screen shot. Maybe Birthday is just blank (like many of your fields seem to be) and it's some other field that is in the same spot as the SSN? You might just want to check the OriginX and OriginY of the SSN column and look through the other columns to make sure no other column has the same settings.
Mike,
Thank you for your reply. Here is the version I am using. Hotfix recently applied. Control designed on original version. (5.3.20053.73) and I have been trying to edit the design with my current version.
Infragistics2.Win.UltraWinGrid.v5.3.20053.1127Infragistics2.Win.UltraWinGrid.v5.3.20053.1127.Design
Here are the screens:[Design]
[Run-Time]
Another thing that I have noticed is out of the changes that I have been making recently, not all of them have been reflected at run time (hence why I can't correct this). Anyway, any insight you can provide would be great.
Thank you,Devin
What version of the grid are you using? Do you have the latest Hot Fix?
Can you post a screen shot of what the grid looks like at Design-time and Run-time so we can see the problem?