I am using Telerik Grid 2008.03.1125.35 with data stamp 08-11-24.
I just noticed that if I disable ViewState on the grid (EnableViewState=false) then explicit call to Rebind() inside AJAX callback does not fire NeedDataSource() event.
The sequence of events is following
Page_Reload
NeedDataSource called
Button AJAX event handler
call to grid.Rebind()
<---- here I expect second call on NeedDataSource() but it never happens
If I set EnableViewState=true, everything works fine
Any ideas on what should I try next? I am sorry that I did not post the ASPX code - the page is rather complex and I would appreciate if you can give me suggestions based on this explanation.
Thank you
Alexander
I just noticed that if I disable ViewState on the grid (EnableViewState=false) then explicit call to Rebind() inside AJAX callback does not fire NeedDataSource() event.
The sequence of events is following
Page_Reload
NeedDataSource called
Button AJAX event handler
call to grid.Rebind()
<---- here I expect second call on NeedDataSource() but it never happens
If I set EnableViewState=true, everything works fine
Any ideas on what should I try next? I am sorry that I did not post the ASPX code - the page is rather complex and I would appreciate if you can give me suggestions based on this explanation.
Thank you
Alexander