I have a webtab with multiple tabs using ContentUrls similar to "webform1.aspx", "webform2.aspx", etc., all internal pages. Each webform has a grid; I would like the grid load to happen when the users click on the tab. Not to pre-load. What are the setting that I need to set? An example would be great!
Thanks, Pat
Hello Pat,
Thank you for posting in our community.
By enabling EnableLoadOnDemandUrl in PostBackOptions, every tab will be loaded only by request. This online sample might be of help to you.
Please let me know if you need any further assistance with this matter.
Martin,
That's exactly what I was looking for.
Hi Pat,
I am glad that you find my suggestion helpful.
Thank you for using Infragistics components.