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
85
Infragistic web drop down style issue
posted

I have two web drop down  one is inside update panel and also i used some styles .when page loads the style applies to the web dropdown when web drop down postback happens again the default style is set to the webdrop down .Any idea about this issue.

 

Some styles i used :

 

   .igdd_ValueDisplay

        {

            font-size: x-small;

            font-weight: bold;

        }

        .igdd_ListItem

        {

            font-size: x-small;

            font-weight: bold;

        }

        .igdd_DropDownList

        {

            font-size: x-small;

            font-weight: bold;

        }

Parents
No Data
Reply
  • 37874
    posted

    Hello,

    I am so far unable to reproduce this behavior. I created small sample with two WebDropDowns and used the styles you mentioned, but they were persisted after postback. I tried posting on button click and on selection changing. I am attaching the sample for your reference. Please have a look and let me know if the issue is reproducible on your side. If not, try to modify the sample to replicate the issue.

    Let me know if you have other questions.

    WDDStyles.zip
Children