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.
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.