Hello,
I hope you're all enjoying the holidays. Here's a quick scenario describing my situation. Everything uses AJAX.
I have a grid on a page that is filled with some data. I have a GridTemplateColumn in the grid that contains some custom LinkButton controls. Upon clicking a LinkButton, a server-side event is fired that calls the RadAjaxManager1.Redirect() method to take me to another page. However, I've noticed that when I click the LinkButton, the grid goes into a "Loading" mode, comes out of this "Loading" mode (so that I can again see the contents of the grid), and THEN the browser redirects. Everything is working as it should, but I have a need to either a) keep the grid in the "Loading" mode while the browser performs the redirect or b) redirect the browser right away without the grid ever entering this "Loading" mode.
Does that make sense? I'd appreciate any help you can offer.
Thank you,
Eric Skaggs
I hope you're all enjoying the holidays. Here's a quick scenario describing my situation. Everything uses AJAX.
I have a grid on a page that is filled with some data. I have a GridTemplateColumn in the grid that contains some custom LinkButton controls. Upon clicking a LinkButton, a server-side event is fired that calls the RadAjaxManager1.Redirect() method to take me to another page. However, I've noticed that when I click the LinkButton, the grid goes into a "Loading" mode, comes out of this "Loading" mode (so that I can again see the contents of the grid), and THEN the browser redirects. Everything is working as it should, but I have a need to either a) keep the grid in the "Loading" mode while the browser performs the redirect or b) redirect the browser right away without the grid ever entering this "Loading" mode.
Does that make sense? I'd appreciate any help you can offer.
Thank you,
Eric Skaggs