Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
440
WebAsyncRefreshPanel Issue
posted

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

WARPProblem-1.zip
Parents
  • 17590
    Offline posted

    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.

     

     

     

     

     

     

Reply Children