Hi,
I am using "RadComboBox" with couple of client side events which helped me in achieving the goal of cascading dropdowns. [when I select the first combobox item my second combobox will be loaded & after selecting the second comboboxItem thried combobox will be loaded etc.]
I followed the example at "http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx"
Currently I need to show different background color/ different font color when I am showing "Loading...." message on each dropdown.
Since I am setting this "Loading..." message in the client side javascript as
Can anyone help me how to change its color....
Thanks
Venm
I am using "RadComboBox" with couple of client side events which helped me in achieving the goal of cascading dropdowns. [when I select the first combobox item my second combobox will be loaded & after selecting the second comboboxItem thried combobox will be loaded etc.]
I followed the example at "http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx"
Currently I need to show different background color/ different font color when I am showing "Loading...." message on each dropdown.
Since I am setting this "Loading..." message in the client side javascript as
"Combo.set_text("Loading...")
"Can anyone help me how to change its color....
Thanks
Venm