0

I have a Telerik grid in a Div. During page operation this grid binds dynamically and holds temporary data. On a 'Save' button click, i am hiding telerik grid. This Telerik grid appears through partial view. On 'Save' button click I am not reloading or refreshing the page. So, the problem is that when my next transaction happens, the telerik grid does not appears. Because it is in hide mode. Hence i want to reload or refresh that particular 'Div' without reloading whole page. Is it possible. Any guidance?

4

1 に答える 1

0

jqueryを使用してページ全体をリロードせずにdivを更新します

また

AJAXを調べることもできます

于 2013-08-23T07:08:21.077 に答える