Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
136 views
Hi,

I am trying to Bind RadhtmlChart my column name contains '.' when this appears in the column it is throwing error,how can I handle this.

EX:

       dt.Columns.Add("id");
        dt.Columns.Add("data..."); // This contains '.' at end of column 
    
        DataRow dr = dt.NewRow();       
        dr[0] = "2011-12";
        dr[1] = "500";
        dt.Rows.Add(dr);
        ColumnSeries cs = new ColumnSeries();
        cs.LabelsAppearance.Visible = false;
        cs.Name = dt.Columns[1].ToString();
        cs.DataFieldY = dt.Columns[1].ToString();
        radChart.PlotArea.XAxis.DataLabelsField = dt.Columns[0].ToString();
      
        radChart.PlotArea.Series.Add(cs);
        radChart.PlotArea.YAxis.MinValue = 0;
       
        cs.LabelsAppearance.ClientTemplate = "#= category #";
        cs.TooltipsAppearance.DataFormatString = "{0:N0}";
        cs.TooltipsAppearance.ClientTemplate = "#= category #: #= value #";
        radChart.PlotArea.XAxis.Type = Telerik.Web.UI.HtmlChart.AxisType.Category;
        radChart.PlotArea.XAxis.LabelsAppearance.DataFormatString = "yyyy-MM";
        radChart.PlotArea.Series.Add(cs);
        radChart.PlotArea.XAxis.LabelsAppearance.Visible = true;
        radChart.DataSource = dt;
        radChart.DataBind();
Stamo Gochev
Telerik team
 answered on 29 Apr 2014
1 answer
251 views
Hello,
I want to change the back color Notification TitleBar.
How can i apply my own color for TitleBar?
Shinu
Top achievements
Rank 2
 answered on 29 Apr 2014
1 answer
131 views
Hi Iam having two Rad Comboboxes depending on selected value of first combobox(i.e--None Selected--) i have to display in second combobox also same text --None selected--  And vice versa...and other than --none selected-- if i selected then second combobox should show its respective data. .Please help me to solve this  problem.
Princy
Top achievements
Rank 2
 answered on 29 Apr 2014
9 answers
158 views
Hi
I am converting to the latest controls and I am getting the following runtime error:

    intKey is neither a DataColumn nor a DataRelation for table GroupedTable0.

This code is currently working with version 2010.3.1109 of controls.  The data for the grouped grid is coming from a stored procedure via a strongly types data adapter (i.e. dataset).  I am applying a filter on the data, prior to manually binding the grid.  When I bind the grid I get the above exception.
I have added a intKey column with visibility set to false to the columns collection but that did not help.

Phil
Shinu
Top achievements
Rank 2
 answered on 29 Apr 2014
6 answers
271 views
I can't seem to bind data to a drop down tree.

Markup:
<telerik:RadDropDownTree runat="server" ID="radGrades" DefaultMessage="Grade"></telerik:RadDropDownTree>

Code Behind:
RadDropDownTree gradeTree = item.FindControl("radGrades") as RadDropDownTree;
var grades = Grade.GetVGradeTypes();  //returns List<v_grade_type>, 6 items in list
gradeTree.Entries.Clear();
gradeTree.DataFieldID = "grade_id";
gradeTree.DataFieldParentID = "grade_type_id";
gradeTree.DataTextField = "grade";
gradeTree.DataSource = grades;
gradeTree.DataBind();

I should also note, this is being called from the "ItemDataBound" event on a RadGrid [adding a new item, haven't looked at editing an existing item].  The markup lives in the EditFormTemplate of the grid. 
Any ideas?
Mike
Top achievements
Rank 1
 answered on 28 Apr 2014
1 answer
128 views
Hello

Why in my version 2014.1.225.45, DropDownWidth="200px" or DropDownWidth="200"
doesn't work

The width it's ok : Width="240" but not the DropDownWidth

If i use the css , it's work , but i want to understand why the attributes DropDownWidth don't work


<telerik:RadComboBox runat="server" ID="PlaComboBox1" Width="240" DataSourceID="WbTA" DataTextField="TA_LIBELLE" DataValueField="TA_ID" DropDownWidth="200"></telerik:RadComboBox>

thanks
for you help
Ivan Zhekov
Telerik team
 answered on 28 Apr 2014
1 answer
120 views
Hello!

I can't seem to find a way to implement custom paging in the RadFileExplorer control. I have created my own ContentProvider and I have tried to enable custom paging on the internal grid, but no paging events seems to occur. I really need custom paging since our database contains a lots of object and I don't want to retrieve all of them at once (some folders even time out). 

Is there a way to do this or must I create my own FileExplorer?

Best regards,
Patrik Edberg
Dobromir
Telerik team
 answered on 28 Apr 2014
1 answer
115 views
Hello, I have a problem. 
Is there any way to select a button with one week.

Maria Ilieva
Telerik team
 answered on 28 Apr 2014
1 answer
126 views
I am using the file explorer control and in some of the child folders there is a folder titles Deleted that I do not want to show.  How do I hide specific sub folders from view
Frank
Top achievements
Rank 1
 answered on 28 Apr 2014
1 answer
164 views
Hi,

i'm very new for telerik controls.

i have studied for the custom handler function using asyncUpload Control, to get image preview with the link (http://demos.telerik.com/aspnet-ajax/asyncupload/examples/imageuploader/defaultcs.aspx).

the above demo link showing how to get preview image automatically saving and database and retrieving from that database. and i'm quite confused.

i have  scenario for new user profile registration

i have fields example( name,email, photo)

so user will upload profile image and able to see the preview of the Image.

i want to save image in tempfolder and get preview. and  finally when i click on submit button, it should save image on original path folder and also save Filename with other fields data into database. and Finally delete file from temporary folder

Please some can post the script to match my scenario

Appreciated for better response

Yasin
Peter Filipov
Telerik team
 answered on 28 Apr 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?