Hello,
I initiate a postback with __doPostback function and pass some data which should help to set a VERY custom filter on dataset. But when page is reloaded, I can see that grid client object was not refreshed and all data and AJAX cell controls was the same as before. Grid is in ASP.NET panel which is under RadAjaxManager control. Is there a way to fully reload grid client object on postback?
Thank you.
UPD. Almost forgot - grid is created programmatically in Page_Init method.
I initiate a postback with __doPostback function and pass some data which should help to set a VERY custom filter on dataset. But when page is reloaded, I can see that grid client object was not refreshed and all data and AJAX cell controls was the same as before. Grid is in ASP.NET panel which is under RadAjaxManager control. Is there a way to fully reload grid client object on postback?
Thank you.
UPD. Almost forgot - grid is created programmatically in Page_Init method.