Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
553 views
I'm working on multi-language web application where one of the languages is simplified chinese.  I'm using custom paging, which in turn means I have to handle custom filtering as well, which is major PITA.

ORM I'm using doesn't support LINQ.  So I came up with a plan to simply use contents of FilterExpression as part of the sql to retrieve data from database.

Problem is datetime format for simplified chinese looks like yyyy年M月d日.  Say user selects 25 Jul 2013 in GridDateTimeColumn filter, then FilterExpression becomes ([LastUpdateDate] >= '2013年7月25日 0:00:00'), which sql server doesn't recognise at all.  I tried changing FilterDateFormat, but that defines how date is displayed in the filter.

Funny thing is default filtering works ok, but of course it doesn't work with custom paging.  Is there any way to customise datetime format in FilterExpression?
Pierre-Yves
Top achievements
Rank 1
 answered on 11 Jan 2018
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
77 views
Can radrotator randomize the order of the pictures to display?
Marin Bratanov
Telerik team
 answered on 11 Jan 2018
0 answers
68 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
64 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
244 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
117 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
107 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
714 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
337 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?