Hello Peter,
I was trying to put css styling on radtextbox. Is it a known problem that it doesn't work? if i do:
<RadTextBox ID="radBoxName" runat="server" CssClass="someClass"/> <-- does not work
<RadTextBox ID="radBoxName" runat="server" style="margin: 10px;"/> <-- works
<asp:TextBox ID="aspBoxName" runat="server" CssClass="someClass"/> <-- works
<asp:TextBox ID="aspBoxName" runat="server" style="margin: 10px;"/> <-- works
for padding, style="padding: 10px" in markup doesnot work either for radtextbox. If it is a known problem can you please provide me with a link to track the problem. If it is not a problem, can you think on something that i might be doing wrong?
Thank you,
Sean