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

Client OnRowCreated Error

5 Answers 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Muhammad Imran
Top achievements
Rank 1
Muhammad Imran asked on 17 Jan 2011, 07:14 PM
Hi

I added following code in Radgrid

<ClientSettings>
                   <ClientEvents OnRowCreated="RowCreated" />
</ClientSettings>


Then

<telerik:RadCodeBlock ID="RadCodeBlock2" runat="server">
 
    <script type="text/javascript">
        function RowCreated(sender, eventArgs) {
            var dataItem = eventArgs.get_gridDataItem();
        }
        
    </script>
 
</telerik:RadCodeBlock>

Its giving me error "Stack Overflow at line.."  on var dataitem Line

5 Answers, 1 is accepted

Sort by
0
Pavel
Telerik team
answered on 18 Jan 2011, 08:42 AM
Hello Muhammad,

This problem exists in the Q3 2010 SP1 release of the controls. It has been fixed and you can download SP2 (released yesterday) in order to address it.

Best wishes,
Pavel
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Mark Perry
Top achievements
Rank 1
answered on 18 Jan 2011, 05:38 PM
I was having the same issue.
0
Pavel
Telerik team
answered on 19 Jan 2011, 08:42 AM
Hello Mark,

Have you tried our latest service pack and does it fix the error for you?

Kind regards,
Pavel
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Muhammad Imran
Top achievements
Rank 1
answered on 19 Jan 2011, 10:59 AM
Hi Pavel

thanks to reply not yet because my Client has Old Licence of Sp1. I ill try to do with other way.

thx
0
Mark Perry
Top achievements
Rank 1
answered on 19 Jan 2011, 03:51 PM
Yes, the latest version fixed the problem... Thanks!
Tags
Grid
Asked by
Muhammad Imran
Top achievements
Rank 1
Answers by
Pavel
Telerik team
Mark Perry
Top achievements
Rank 1
Muhammad Imran
Top achievements
Rank 1
Share this question
or