Hi, all!
I'm using RadTextBox and modified "Default" skin, so I set EnableEmbeddedSkins="false" on the control. It works, if I simply put
<telerik:RadTextBox /> tag on the form.
It doesn't work in more complex scenario, when I put <telerik:RadTextBox EnableEmbeddedSkins="false" Skin="Default" /> into a template including ASCX which contains RadTextBox.
When RadTextBox is instantiated by means of a template , it ignores EnableEmbeddedSkins="false" and loads embedded skin. I found out it by means of Fiddler.
It includes embedded CSS by:
http://ws-fedorov/SbConsole/WebResource.axd?d=m5DJ8_QrxCxO154OZA_BcuSk3Mizu6JaUpbaqBLqqb6AGYjsf4vSnIZ3P6ICHeythsE1uCgv2V1TtQlGLqIZmw2&t=633463791520000000
Who knows, how to overcome this erroneous behavior?
Thanks
I'm using RadTextBox and modified "Default" skin, so I set EnableEmbeddedSkins="false" on the control. It works, if I simply put
<telerik:RadTextBox /> tag on the form.
It doesn't work in more complex scenario, when I put <telerik:RadTextBox EnableEmbeddedSkins="false" Skin="Default" /> into a template including ASCX which contains RadTextBox.
When RadTextBox is instantiated by means of a template , it ignores EnableEmbeddedSkins="false" and loads embedded skin. I found out it by means of Fiddler.
It includes embedded CSS by:
http://ws-fedorov/SbConsole/WebResource.axd?d=m5DJ8_QrxCxO154OZA_BcuSk3Mizu6JaUpbaqBLqqb6AGYjsf4vSnIZ3P6ICHeythsE1uCgv2V1TtQlGLqIZmw2&t=633463791520000000
Who knows, how to overcome this erroneous behavior?
Thanks