Declined
Last Updated: 16 Mar 2015 14:53 by Elena
John
Created on: 09 Aug 2013 12:13
Category: Window
Type: Bug Report
0
Breaking changes in Telerik 2013
We recently upgraded Telerik Dlls from 2011 to 2013, 
We are facing some issue
1: We are receiving compilation error The 'ClientCallBackFunction' property cannot be set declaratively.

Code snippet is like 

<telerik:RadWindowManager Visible="true" Modal="true" Behavior="Close,Move" OffsetElementID="OffsetElement"
            ID="RWindow" runat="server" ClientCallBackFunction="ClientCallBackFunction" KeepInScreenBounds="true"
            ReloadOnShow="true">

-------
  <telerik:RadCodeBlock>
   <script type="text/javascript">
                function ClientCallBackFunction(sender, eventArgs) {
                    if (eventArgs == ‘close it’) {
                        window.location.href = 'Somepage.aspx';
                    }
                }
            </script>
        </telerik:RadCodeBlock>

2:  In RadGrid’s OnItemCommand event  code snippet e.Item.Cells[0..to n].Text always returns &nbsp;. 

Problem is this is live site and we need to fix these as soon as possible, looking forward for your response. 
3 comments
Elena
Posted on: 16 Mar 2015 14:53
Hello,
We kindly ask you to post your technical questions/problems in the support ticketing system (http://www.telerik.com/account/support-tickets/available-support-list.aspx) as this is the best way to reach our support staff - the support system assigns a response time for all of your questions, depending on your license and ensures that all questions will reach the respective developers, if needed. Alternatively, you can ask the community for help by posting your question in the online forums (http://www.telerik.com/community/forums.aspx). We try to monitor these requests as well, but we cannot guarantee they will be answered properly and in the expected timeframe.
Deepthi
Posted on: 28 Aug 2014 19:23
Did anyone got a resolution for this? I am also having the same issue due to upgrading.
Pharma
Posted on: 11 Aug 2014 20:31
Anyone have a resolution?  I am also having the same issue.