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?
Hello,Please let me know if you have any further questions regarding this issue. Did you manage to resolve it?
Hello Parthiban_Sekar,
I have created a sample based on your scenario and tested it with IE 9. I was not able to face any issues. Please take a look at the sample and modify it or provide steps to reproduce the issue. I assume that you have some custom code or different properties/behaviors in your sample causing the issue.