HI ,
I have a webdatagrid inside an Update panel so that grid can be refreshed with out any post back on a button click even. But what happens is that the grid is not getting refreshed some times. Sometimes, the grid is getting rendered empty.
I have EnableAjax="true" in the grid. Not sure whether the issue is because of this property.
But, i need this property for
<
ClientEvents AJAXResponse="wdg_AJAXResponse" />.
As, i am using this event fo various purposes like displaying messages using webdialogwindow.
Kindly advise a solution.
Thanks,
Parthiban Sekar
Hello Partiban,When our controls are inside update panel can occur issues with the ajax of the grid and the ajax calls of the panel and it is recommended to disable the ajax. You have not specified in which version you are facing the issue. Also a small sample which reproduces this misbehavior could be observed.
Hi,
I am using v12.1.
I am using a DatepickerProvider in the grid and the calendar control is not getting displayed properly? It just comes and disappears.
Any help?