Normal 0 false false false EN-GB X-NONE X-NONE
Hi
Our application uses many ultragrids, however one of them fails to adopt the AppStylist settings. The UseAppStyling grid property for the grid set to True. What else could be causing this to happen?
Many thanks.
Other than the UseAppStyling property, the only other thing I can think of that would cause a change in AppStylist support are the StyleLibraryName or StyleSetName properties.
Hi Mike
Thanks for the reply.
There are no references in the code to either of these properties, I have checked both grids initializelayout events and all relevant properties are the same as the other grids.
Regards
I cannot think of any other reason why this would not work. Can you post a small sample project demonstrating the behavior so I can see why it's not applying?
Thanks for your reply, but I cant reproduce this behavior in sample code. Basically I have two grids one overlayed on top of the other on the same form. We use a UltraTabControl with a tab for each grid to allow the user to switch between grids. It may be something that relates to our implementation of the tab control.
If we find the cause we will post it here for the benefit of other users.
Just as a test, why don't you try taking the grid(s) off the tab control and see if the styling is applied at that point.
That would, at least, rule out (or rule in) the tab control as a factor.
I'll give that a try. Thanks.