I had posted in this forum yesterday but that thread went missing. It used to be located here [http://www.telerik.com/community/forums/thread/b311D-bdkbmt.aspx] and the contents of it can be found in the cached version here [http://search.telerik.com/search?q=cache:3Ptq3mw5t78J:www.telerik.com/community/forums/thread/b311D-bdkbmt.aspx++TelerikExample.zip&access=p&output=xml_no_dtd&ie=UTF-8&client=forums&num=20&site=forums&proxystylesheet=forums&oe=UTF-8].
I would like to add in a few important quotes from that thread before continuing onward.
(from me)
I have a client-side event that attaches and works like a champ.
It works until I expand one of the MasterTableView rows to expose the DetailTable inside it. I have an <asp:UpdatePanel> surrounding my RadGrid. When the expand button is clicked the page does an update with the UpdatePanel.
All seems to work well but the OnRowCreated client-side event doesn't fire for the grid. Now the rows have lost their click event and it no longer works like a champ.
Do you have any advice? I'm sure it must be a javascript issue. The listeners are not being attached to the gridrows. Thanks for your help.
(from Yavor )
Hello Greg,
In order to troubleshoot the application, you can nest the grid in an AjaxPanel, or Ajaxify the control through the AjaxManager, to see if the problem will persist.
Kind regards,
Yavor
the Telerik team
(from me)
I am getting the same issues with the RadAjaxPanel. I will cook up a demonstration application for your review this afternoon. In the meantime if you have any other suggestions please feel free to provide them.
thanks,
greg johnson
(from me)
I have created a demonstration project for your examination. It is attached to this post. I believe that it shows the issue exactly. If you have any questions do not hesitate to ask.
greg johnson
(from me)
greg johnson
I would like to add in a few important quotes from that thread before continuing onward.
(from me)
I have a client-side event that attaches and works like a champ.
| <ClientSettings |
| AllowColumnsReorder="True" |
| AllowDragToGroup="True" |
| EnableClientKeyValues="true"> |
| <Selecting AllowRowSelect="False" /> |
| <ClientEvents OnRowCreated="OnRowCreated" /> |
| </ClientSettings> |
It works until I expand one of the MasterTableView rows to expose the DetailTable inside it. I have an <asp:UpdatePanel> surrounding my RadGrid. When the expand button is clicked the page does an update with the UpdatePanel.
All seems to work well but the OnRowCreated client-side event doesn't fire for the grid. Now the rows have lost their click event and it no longer works like a champ.
Do you have any advice? I'm sure it must be a javascript issue. The listeners are not being attached to the gridrows. Thanks for your help.
(from Yavor )
Hello Greg,
In order to troubleshoot the application, you can nest the grid in an AjaxPanel, or Ajaxify the control through the AjaxManager, to see if the problem will persist.
Kind regards,
Yavor
the Telerik team
(from me)
I am getting the same issues with the RadAjaxPanel. I will cook up a demonstration application for your review this afternoon. In the meantime if you have any other suggestions please feel free to provide them.
thanks,
greg johnson
(from me)
I have created a demonstration project for your examination. It is attached to this post. I believe that it shows the issue exactly. If you have any questions do not hesitate to ask.
greg johnson
(from me)
greg johnson