This is a migrated thread and some comments may be shown as answers.

jQuery plugins

1 Answer 111 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 04 Mar 2009, 11:53 PM
I am trying to make "truncator" jQuery plugin to work with RadGrid.

I am getting script error "this[expando] is not defined" which I assume is jQuery error and related to jQuery version mismatch

I checked your blog article that indicated that "new and improved" version of jQuery + RadGrid is coming in Q1 2009.
http://blogs.telerik.com/AtanasKorchev/Posts/08-11-06/ASP_NET_Ajax_Controls_and_jQuery.aspx

Is it out?
Is there a workaround to make existing jQuery plugins to work with RadGrid?

Plugin I am talking about is this one
http://henrik.nyh.se/2008/02/jquery-html-truncate

Code that fails

            <script language="javascript" type="text/javascript">
                (function($) {
                    $(document).ready(function() {
                        $('.longtext').truncate({ max_length: 24 });
                    }
                );
                })($telerik.$);    
            </script>

Thank you








1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 09 Mar 2009, 06:09 PM
Hello Alex,

Indeed this is a know issue which our developers has already addressed . Thus can you please check the latest internal build or the Q1 2009 RadControls for ASP.NET AJAX beta release.

Please excuse us for the inconvenience.

Kind regards,
Rosen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Alex
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or