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

[Solved] Rad Window and User Control

3 Answers 87 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
SKande
Top achievements
Rank 2
SKande asked on 13 Aug 2013, 01:43 PM

Hello,

    I have a user control and a hyper link which opens a radwindow and it contatins a grid to add and remove rows and the parent page has multiple user controls I need to call an event in another user control for any changes in radwindiw aspx page 's radgrid is this possible ?

 

Thank you

Sr

3 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 16 Aug 2013, 07:15 AM
Hi Sraven,

You can refer to the following examples which demonstrate RadGrid and RadWindow  implementation similar to your scenario:
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=grid
http://demos.telerik.com/aspnet-ajax/window/examples/internalcontent/defaultcs.aspx

Hope this helps.

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
SKande
Top achievements
Rank 2
answered on 16 Aug 2013, 04:43 PM

Hello

  Thank you for the reply I think I did not make the question clear I have  aread window in which I have  arad grid where user can edit and delete rows so My rad window is oipened from a user control hyperlink button and there ia another control on the parent page so when user does any action on radwindow i need to update both the user controls on the page how can iachieve this

0
Eyup
Telerik team
answered on 21 Aug 2013, 08:29 AM
Hi Sraven,

You can use to following approach:
function buttonInWindowClick() {
    window.top.$find("ExternalUserControlGridID").get_masterTableView().rebind();
}

That should do the trick.

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Ajax
Asked by
SKande
Top achievements
Rank 2
Answers by
Eyup
Telerik team
SKande
Top achievements
Rank 2
Share this question
or