I have an ultraprogressbar that I segment with "percentsetting" to different colours and turn useAppStyling to False and everything appears perfectly in colour.
Now I embed that same ultraprogressBar into a cell in the grid (MyGrid.Rows(I).Cell(column).EditorComponent = MyProgressBar) and the segment colours do not appear. It is overwritten by the grid appstyle setting. If I turn off our AppStylist then the ProgressBar in the grid appears in colour.
Is there a way without removing the appstyling in the grid to get my progressbar showing in colour? Thanks.
Hi Bob,
Based on your description, it looks like the application style you are using is overriding the FillApperance of the ProgressBar. By default AppStylist settings override any setting in the application. The only way around this is to modify the Style library you are using.
Alternatively, you can also change the Resolution Order so that the property settings in your application will take precedence over the Style library settings. But this approach is not recommended for every scenario as this setting will apply to all the controls in your application.
Please let me know if I may be of further assistance.
Sincerely,Sahaja KokkalagaddaAssociate Software Developer
I've tried setting the resolution order "ControlThenApplication" and I still get the same result.
I'm a bit of a newbie when it comes to the AppStyling in Infragistics. Could you point me in the right direction as to what property I would need to modify to allow the progressbar embedded editor to display correctly in the Wingrdi. Thanks. Regards, Maurice.