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;

        }