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
115
browser console exceptions during infragistic tab changes.
posted

Hi,

i have 5 different tabs, each tab consist different infragistic datagrids and filter functionalities. Whenever i change tab, entire page is reloading. I tried '"SelectedIndexChanged="Async"', but i am getting "server not respond" error message.

if i try ''SelectedIndexChanged="On"'', whole page is reloading.

  • 71886
    Verified Answer
    Offline posted

    Hi Mahendra,

    I tried this with the WebTab and a WebDataGrid control inside it and it seems to work fine, not refreshing the whole page so you might have another setting or code that runs and changes this behavior.

    Can you take a look at my sample and try to reproduce the issue and/or send a sample of your own where you experience this unexpected behavior?

    I will be waiting for your feedback.