Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
1.7K+ views
OK I admit not a big deal here but the users are asking if I could change the text on a RadGrid "Add neew record" to Add New Lender" or whatever. I am not seeing right off where to do so but I also frequently get lost in the sun-sub levels of the RadGrid.


TIA
JB
Franklin
Top achievements
Rank 1
 answered on 11 Jan 2018
1 answer
67 views
Can radrotator randomize the order of the pictures to display?
Marin Bratanov
Telerik team
 answered on 11 Jan 2018
0 answers
65 views

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?

Badar
Top achievements
Rank 1
 asked on 11 Jan 2018
0 answers
55 views

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.

Yash
Top achievements
Rank 1
 asked on 11 Jan 2018
2 answers
230 views

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

 

 

Taurean
Top achievements
Rank 1
 answered on 10 Jan 2018
0 answers
106 views
Hello,

I'm trying to load a pie chart from a datatable dynamically.

I created a new ChartSeries and added it to the chart.

I have the following columns: Total and Account

The total column I am loading as follows:

Serie.DataYColumn = "Total"
Series.DefaultLabelValue = "#% {# 0. ##%}"
Serie.Type = Foot

: I would now like to display the values of the Account column in the caption

series.Appearance.LegendDisplayMode = ChartSeriesLegendDisplayMode.ItemLabels

How do I display the Account column in the Legend?

From now on,

Automatic translation
Fábio
Top achievements
Rank 1
Iron
 asked on 10 Jan 2018
0 answers
101 views

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

Fábio
Top achievements
Rank 1
Iron
 asked on 10 Jan 2018
1 answer
681 views

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..

 

Marin Bratanov
Telerik team
 answered on 10 Jan 2018
8 answers
324 views
In the advanced edit form I want to hide the Recurring Appt and All Day Event checkboxes.  I've tried this so far, but it seems to do nothing:


protected void RadScheduler1_AppointmentCommand(object sender, AppointmentCommandEventArgs e)

{
    

if (e.CommandName == "Edit")
    {
        
CheckBox repeatCheck = (CheckBox)e.Container.FindControl("RepeatCheckBox");
        repeatCheck.Visible =
false;
      }
}



Thanks for your help

Rumen
Telerik team
 answered on 10 Jan 2018
15 answers
559 views
Hello,

I'm attempting to create a task scheduler and would rather not offer the ability to schedule hourly tasks.   Is there a way to configure the recurrence editor to hide or disable that option?


Thanks
Rumen
Telerik team
 answered on 10 Jan 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?