
Can I have 3D view for RadHtml column chart. I am using telerik version 2014.1.225.40. Please help.
Thanks,
Rosalini

Hello, I am using 2015.3.930.40.
I added two ImageGalleryTemplateItem and now the RadImageGallery posts back on each forward and back. Can I prevent postback? If I do need to postback, how can I keep the animation between items? Thank you.
Is it possible to discover e.Item depth in itemdatabound?
Marc
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" BackgroundPosition="Center" EnableSkinTransparency="True" BackColor="Transparent" BackgroundTransparency="100" > <div style="vertical-align:middle; text-align:center"> <telerik:RadBinaryImage ID="RadBinaryImage1" ResizeMode="None" ImageUrl="../../Images/CustomLoader2.svg" runat="server" /> </div> </telerik:RadAjaxLoadingPanel>
It works to show the SVG image while a chart/grid is loading, however, the background isn't transparent and the SVG image isn't centered, x/y axis with the object it's loading over top of.
Can you amazing Telerik Gurus please help! Thanks so much! Hope you have a great weekend!
Hello,
We have a SharePoint 2010 environment. We put the Telerik CAPTCHA to a web part but are experiencing issues with WFE server(s) hanging at random times when the “Next Image” was used. It would always come up the first time and could be successfully used but then randomly it would not work when ‘new image’ was requested from the link and it will just hang.
We would get the following error: Uncaught Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.
It works when there is only one WFE is involved. We have multiple WFEs and it would fail randomly.
Any idea/thoughts about the issue?
Thanks,
Ricky

| <telerik:RadGrid ID="RadGrid2" runat="server" DataSourceID="sdsFreTats" GridLines="None" |
| ShowGroupPanel="True" Skin="Office2007" AllowSorting="True" AutoGenerateColumns="False" |
| AllowPaging="True" PageSize="40" ShowFooter="True"> |
| <ClientSettings AllowDragToGroup="True" AllowColumnsReorder="True" ReorderColumnsOnClient="True" |
| AllowColumnHide="true"> |
| <Resizing AllowColumnResize="true" /> |
| <Selecting AllowRowSelect="True" /> |
| <Scrolling AllowScroll="True" UseStaticHeaders="True" /> |
| </ClientSettings> |
| <MasterTableView DataSourceID="sdsFreTats" GroupLoadMode="Client" TableLayout="Fixed" EnableHeaderContextMenu="true"> |
| <Columns> |
| ... |
| </Columns> |
| <PagerStyle Mode="NextPrevAndNumeric" /> |
| </MasterTableView> |
| <HeaderContextMenu Skin="Office2007"> |
| <CollapseAnimation Duration="200" Type="OutQuint" /> |
| </HeaderContextMenu> |
| <FilterMenu Skin="Office2007"> |
| <CollapseAnimation Duration="200" Type="OutQuint" /> |
| </FilterMenu> |
| <PagerStyle Mode="NextPrevAndNumeric" /> |
| </telerik:RadGrid> |
