<telerik:GridTemplateColumn HeaderText="Total" DataField="Total" ColumnGroupName="inv" Aggregate="Sum" FooterAggregateFormatString="{0}" ItemStyle-Font-Bold="true" ItemStyle-HorizontalAlign="Center" FooterStyle-Font-Bold="true" FooterStyle-HorizontalAlign="Center" HeaderStyle-Font-Bold="true" HeaderStyle-HorizontalAlign="Center" HeaderStyle-Width="60">
<ItemTemplate>
<a href='../ubEntryQueue.aspx?team=<%# Server.UrlEncode(DataBinder.Eval(Container.DataItem,"TeamID").ToString()) %>&status=0&user= <%=ddlViewUser.SelectedValue %>&group=<%=hfDepartments.Value %>' target="_blank"><%#DataBinder.Eval(Container.DataItem,"Total") %></a>
</ItemTemplate>
</telerik:GridTemplateColumn>
for 1 cell I need to disable the anchor but unable to figure out how. I am trying to do this server side.
Thanks for any help in advance
Hi! We have had this problem for quite some time now.We have this code:
<telerik:RadClientDataSource ID="csDsInprog" runat="server" EnableServerPaging="false" EnableServerSorting="false" AllowPaging="false" ClientEvents-OnCustomParameter="ParameterMap" EnableViewState="false"
ClientEvents-OnRequestEnd="showInProgressGrid">
<DataSource>
<WebServiceDataSourceSettings>
<Select Url="/user/history/Default.aspx/GetHistoryInProg" RequestType="POST" DataType="JSON" ContentType="application/json" />
</WebServiceDataSourceSettings>
</DataSource>
<Schema DataName="d">
</Schema>
</telerik:RadClientDataSource>
This is the ClientDataSourceID for a radgrid. However, when there are no records returned by the URL, we see that it does multiple postbacks. If it does return information, it does the postback only once.
Can you help us with this one? We have updated to the latest version of the UI but still it has the same error.
Unable to export Rupee Symbol ₹
I am unable to export rupee symbol ₹ in PDF.
I have a client who uses currently uses RadGrids with <ItemTemplate> layouts to define rather complex record displays.
They would like these aspx pages converted to use a new ajax web service with client-side data binding.
I am having some difficulty finding the proper constructs to use to replicate the functionality they currently have. The <ClientItemTemplate> functionality doesn't seem to do it.
I did find this blog entry from 12 years ago:
https://www.telerik.com/blogs/telerik-radgrid-for-asp-net-ajax-q2-2008-client-side-edit-using-templates
This solution seems very bulky and, given the age of the article, likely outdated.
Is there a different approach/solution to use?
Just getting started with Telerik controls.
I have an older ASP.net Forms system that I need to maintain. Upcoming Change Request will involve updating or re-doing several reports. Also, the website could use some better looking pages.
Question is... which Telerik product should I be using for a ASP.net Forms application?
Is it the ASP.net AJAX?
Thanks,
Hello,
Is Telerik.Web.UI, v2011.1.519.40 affected by this vulnerability?
http://www.telerik.com/support/kb/aspnet-ajax/details/cryptographic-weakness?utm_medium=email#partial-patches
Thanks
Hello,
Im having issues with the new telerik theme builder avaible here http://themebuilder.telerik.com/
I created a skin based on Material skin with orange color instead of green.
Then, I placed the files in my App_Theme folder, set EnableEmbeddedSkin to false and Default Skin to "Avanti" (the name of the skin).
However, im getting strange behavior and can't get the skin to render properly.
I attached a screenshot of the result.
What could cause this ?