i am using webdatagrid with webprogressbar in one of the columns. how can i set the colour of the progress bar. i have infragistics v12.1.
thanks.
Hello Bill,
Let me know if you need any further assiatnce with this or if you have any additional questions.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
The progressBar has a BackColor property you can set. It will set the backcolor of the not filled part of the progress bar.
If you need further customizations you can check out the following css style that sets the style of the filled part of the progress bar: igpb_Fill_Horiz.
It sets an image for the background. In the default style it would be blue. You can overwrite this class and set any other background you’d like for that part of the progress bar.
Please refer to the attached sample and let me know if you have any questions or concerns.