Hi,
I am using WARP control(9.1.20091.2190) and i defined webdatagrid inside it.But if i click button on page the webdatagrid is not showing data it simply showing the lines.
Please refer attached source files for your reference.
Thanks & Regards
Obalesu.N
Hello Obalesu N,
Thank you for posting in the community.
WebAsyncrefreshPanel has been designed to work with our Classic controls which are not Ajax Extentions dependent. Since you are using WebDatGrid, which is built on the Aikido framework(that means it is Ajax Extensions dependent) what I can suggest is consider using the UpdatePanel instead of WebAsyncRefreshPanel. Some further reference about UpdatePanel could be found at:
http://msdn.microsoft.com/en-us/library/system.web.ui.updatepanel.aspx
Additionally, please ensure that the WebDataGrid is being bound on every postback. If the data is not present for the grid on postback the grid can be displayed blank.
I hope this information helps in resolving the issue.
Feel free to contact me if you have any additional questions regarding this matter.