Hello,
I have the following issue. I have a radgrid (for ASP.NET AJAX) which has many detail tables - a whole multilevel hierarchy. I go and ad a new entry to one of the detail tables - the adding is taking place in a RadWindow which calls my "ADD" page. When the radwindow closes I need to refresh that detail table which I just updated.
But I need the whole hierarchy to stay open.
I tried envoking __doPostback on the update panel within which the RadGrid is placed, but it seems that each detail table has its own dynamically added update panel and thus I can't postback it at will. Or can I?
For I found the way to call rebind() on the table in question, only it doesn't reflect on the page for it's not refreshed...
Is there a solution for my problem. Even if it takes to reload the grid or the whole page - i don't care as long as I can track back to the table I was starting with and have it open with the newly added value...
Thanks a lot!
I have the following issue. I have a radgrid (for ASP.NET AJAX) which has many detail tables - a whole multilevel hierarchy. I go and ad a new entry to one of the detail tables - the adding is taking place in a RadWindow which calls my "ADD" page. When the radwindow closes I need to refresh that detail table which I just updated.
But I need the whole hierarchy to stay open.
I tried envoking __doPostback on the update panel within which the RadGrid is placed, but it seems that each detail table has its own dynamically added update panel and thus I can't postback it at will. Or can I?
For I found the way to call rebind() on the table in question, only it doesn't reflect on the page for it's not refreshed...
Is there a solution for my problem. Even if it takes to reload the grid or the whole page - i don't care as long as I can track back to the table I was starting with and have it open with the newly added value...
Thanks a lot!