How to use RadSpell within a Telerik MVC Grid editor popup?

Posted by Brian David Berman on Stack Overflow See other posts from Stack Overflow or by Brian David Berman
Published on 2012-06-29T21:11:42Z Indexed on 2012/06/29 21:15 UTC
Read the original article Hit count: 477

Is it possible to use RadSpell within a Telerik MVC Grid editor popup? I have followed some of the examples online to use RadSpell with ASP.NET MVC (http://www.telerik.com/help/aspnet-ajax/mvc-using-spellchecker.html and http://www.telerik.com/help/aspnet-ajax/spell-client-side-api.html) and I am able to attach multiple text controls to check but the display gets messed up when using Telerik MVC Grid editor popups since it's already in a modal. Sometimes it will randomly pick another div on the page and treats it like it's the main window (it will gray out just a portion of the page and I'll see the RadSpell popup peeking through but it's unusable). It seems like it chooses different places in the DOM to inject the iframe/radwindow for RadSpell as well. Any ideas? I didn't include any code because my implementation is a mess and I'd prefer to start with something simpler, from scratch.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about telerik