开发者

Styling Telerik:RadSpell

Anyone have experience with this control? It's showin开发者_开发技巧g in firefox with the close button at the top moved all the way to the right, so I'd like to adjust the css or use jquery on it to fix it. Does anyone know how this can be done? I'v been trying using the DialogCssFile attribute, but with no luck.

Thanks!


I have tried to reproduce the issue, but to no avail. The following code works as expected on my side:

APSX:

<asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine"></asp:TextBox>
<telerik:RadSpell ID="RadSpell1" runat="server" AllowAddCustom="true" ButtonText="Check Spelling"
    ButtonType="PushButton" ControlToCheck="TextBox1"  />

I would suggest you to post your question also at Telerik Help Forums - RadSpell, and to provide the code and the CSS that reproduces the problem by your side. A screenshot would be helpful also.


I found that the following dll was outdated:

Telerik.Web.UI.dll

I updated it and it rendered fine in Firefox and Internet Explorer.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜