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
750
Grid is not refreshing using AJAX
posted

I am using Infragistic webpanel inside my form and webgrid which is outside of my webpanel. I have one button inside that panel. I am trying to refresh my webgrid on the button click using AJAX.

I am using updatepanel and I have that web grid inside my update panel. I am using trigger to update by grid on button click. But it showing me error that the button should be inside update panel.

Is it compulsary to keep button inside the button panel?

Its working fine when i take out my button from web panel. I think there is some issue with webpanel. But I want to use webpanel because of its sliding feature.

Any suggestions will be highly appreciated.

Thanks