Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
310
Unable to turn UseAppStyling to False on ProgressBar when embedded in Grid
posted

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.

Parents Reply Children