I have application that deploy in 2 server.. When i want to download same file with client export manager.. They give different file size.. The first server give me 11.2 mb and the second give me 3.9 mb...
Why it make different file size?
I want to use Toggle radio button in rad grid and want to bind it with data coming from server.
Please share the demo of it.
I'm always skeptical about security updates as more often than not, it breaks my stuff. Here's another example. I installed the above patch and now I'm getting "Error Creating Control" and "Failed to create designer 'Telerik.Web.UI.RadScriptManager.." etc for several of my Telerik controls.
Can someone please point me to a fix for this?
Thanks
Hi,
I am adding the series to the chart, when the percentage presents the value 8.99% is ok, but when the value is 11.70% it presents only 11.7.
I am using the code:
series.DefaultLabelValue = "#% {# 0. ##%}"
From now on,
Automatic translation
I have a RadGrid set for Batch Editing and I have half of the columns as Read Only and the ones that are editable are all check boxes (Months of the Year). I want to be able to insert a new record and be able to insert some information in the columns that are Read Only during the edit. I've tried a few different things and it seems like its all or nothing. If I have the column set as Read Only then even when I click to insert a new record it won't allow anything. And if I don't have the column set to Read Only, even though I have my RadComboBox in the <InsertItemTemplate> section of GridTemplateColumn, it allows me to edit existing rows.
What would be the best way to be able to accomplish this?
Any help is appreciated..
{
if (e.CommandName == "Edit")
{
CheckBox repeatCheck = (CheckBox)e.Container.FindControl("RepeatCheckBox");
repeatCheck.Visible = false;
}
}