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
205
CSS Settings For WebExplorerBar Having Dynamic Data
posted

Hi,

I am using WebExplorerBar and I need to set css for its items. I am using XmlDataSource for WebExplorerBar data. I have defined a cssclass like

.modifiedCSS
{    
    background-colorblack;    
}

and in my Page Load even I am using following code-

MyWebExplorerBar.Groups[0].CssClass = "modifiedCSS";

But this code is throwing error that no item found at Index 0.

Please help.

Thanks.

Parents
  • 25665
    Offline posted

    Hello Nirmit,

    Thank you for contacting Infragistics!

    I have done some looking into this matter. I have been unable to reproduce the error you are seeing. I tested this with v13.1 service release 2107. I am attaching the sample, please run it and let me know the results of what you see. Note I have removed the ig_res folder for file size. Do you have an isolated sample that reproduces this issue?

    WEB_CSS.zip
Reply Children
No Data