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

Client-Side Programming to Refresh Data in Grid

1 Answer 183 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David Nowak
Top achievements
Rank 1
David Nowak asked on 25 Jan 2008, 07:36 PM
I have a javascript function in my ASPX that gets executed during a particular process in my application.  In addition to what this function already does, I would like to cause my Grid to refresh--thereby forcing the server-side to reobtain the dataset and bind to it.

Ideally, I would like javascript to cause an AJAX request and have the Grid's server-side NeedDataSource event to fire.

If there is a programming best-approach to handling this, I would love to know how it is done.

Thank you very much,

David Nowak.

1 Answer, 1 is accepted

Sort by
0
plamen
Top achievements
Rank 1
answered on 28 Jan 2008, 04:53 PM
hi

You may review this online demo which illustrates an approach for attaining the same functionality using explicit invocation of the ajaxRequest(args) method of RadAjaxManager.


Hope this helps...
<John:Peel />


Tags
Grid
Asked by
David Nowak
Top achievements
Rank 1
Answers by
plamen
Top achievements
Rank 1
Share this question
or