Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > General Discussions > Radwindow value is not refreshing/Affecting in rad grid.

Not answered Radwindow value is not refreshing/Affecting in rad grid.

Feed from this thread
  • Pandiya avatar

    Posted on Feb 8, 2012 (permalink)

    Hi All,

    I am new to this community and need some help with rad window.
    I have created a rad window using ParentGrid context menu. The value entered in rad window should be reflected in the parent grid after closing the rad window.
    As of now, the value entered in rad window is changed in DB but the same is not in parent grid. The values is shown only after refreshing but i need to show the value when the window is closed.

    Kindly do help ASAP.

    Thanks in advance.

    Reply

  • Svetlina Anati Svetlina Anati admin's avatar

    Posted on Feb 9, 2012 (permalink)

    Hi Pandiya,

     As far as I understand the problem comes from the fact that you do not update and rebind the grid. What I can suggest is to use RadAjaxManager and its ajaxRequest method to do so - a very detailed and similar to your scenario is shown below:

    http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=window

    On a side note, when you install RadControls, our online examples projects are automatically installed on your computer and you can not only examine their full source code, but also extend them further in order to meet your requirements.

    You can open the demos from here:

    Start\Programs\Telerik\RadControls for ASPNET AJAX\Open Sample WebSite In VisualStudio

    The actual location on your hard disk is the following one:

    C:\Program Files\Telerik\RadControls for ASPNET AJAX \Live Demos

    Regards,
    Svetlina Anati
    the Telerik team
    Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > General Discussions > Radwindow value is not refreshing/Affecting in rad grid.