I have 2 queries. My platform is VS 2010 with .net 4.0 web forms
1. My Telerik.Web.UI version is 2013.1.403.40. Which minimum version do I need to use to get the client side UI Virtualization support considering above platform.
2. Currently once I am binding huge rows date to RadGrid using client side API, grid showing a message (Please see attached image). How can I make it something meaningful that user can understand the progress of background rendering?
1. My Telerik.Web.UI version is 2013.1.403.40. Which minimum version do I need to use to get the client side UI Virtualization support considering above platform.
<telerik:RadGrid ID="SourceGrid" runat="server" ShowGroupPanel="false" AllowSorting="false" ShowFooter="true" AllowPaging="false" HeaderStyle-CssClass="tableHeading br" AutoGenerateColumns="false" GridLines="Both" EnableViewState="false">
<ClientSettings>
<Virtualization EnableVirtualization="true" InitiallyCachedItemsCount="2000" LoadingPanelID="RadAjaxLoadingPanel1" ItemsPerView="100"/><br> <Scrolling AllowScroll="true" UseStaticHeaders="true"></Scrolling>2. Currently once I am binding huge rows date to RadGrid using client side API, grid showing a message (Please see attached image). How can I make it something meaningful that user can understand the progress of background rendering?
