Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
50 views
1)how to sort tabs alphabeticaly in a tabstrip?  
Shinu
Top achievements
Rank 2
 answered on 07 Dec 2012
4 answers
91 views
Is there a way for me to style by a hidden resource/attribute?  Every time an event is written I also log which user enters it via a insert parameter that is assigned via page_load so the user never sees this field and its not part of the form.  I would assume I need to add it as a resource or attribute and then set the visibility to false and set the value to something if I want to make it work?
Plamen
Telerik team
 answered on 07 Dec 2012
6 answers
137 views
Hello,

With asp.net 4 and version 2010.3.1317.
It seems that CDN usage disable any css combine feature ? Dommage because my header is full of links (and my personnal head is tired with all this).

So what is the best to do: use CDN and get many file to lad or using a single file whitout CDN but with combining ?

Moreover I must tell that thye help file is very poor on this and we must spend hours on forums to get some idea of real feature....


Thanks
CS
Kate
Telerik team
 answered on 07 Dec 2012
6 answers
182 views
I am stucked at 1 point in the radscheduler.

I need to find out value of a control from InlineEditTemplate on the OnAppointmentUpdate event.

protected void RadScheduler1_AppointmentUpdate(object sender, ApponitmentUpdateEventArgs e )
{

}

in my InLineEditTemplate there is a radiobuttonlist control, i am not able to get the value selected in the radio button list.

Thanks in Advance
Plamen
Telerik team
 answered on 07 Dec 2012
1 answer
214 views

I have a radtextbox that I am updating the text with JavaScript (clientside). The new value shows on the page but if I access the control server side, it shows the old value. This control is not being reloaded server side.

JavaScript: this will set the new value which shows up on the web page

document.Form1.txtTotalCharge_text.value = document.Form1.txtHdTotalCharge.value

If I access txtTotalCharge.text on the server side, the old value shows up. The asp:textbox doesn't have this issue. Can anyone tell me how to fix this.

Milena
Telerik team
 answered on 07 Dec 2012
5 answers
243 views
Hello,

  On my webpage, I am using RadAsyncUpload and i'd like to have a description for each image the user upload. For that i need a textbox and the user can upload as many images as they want. What would be the best way to achieve this?

Appreciate the help
Thanks
Plamen
Telerik team
 answered on 07 Dec 2012
1 answer
59 views
I have a grid, and I want to export it to pdf and attach the file to an e-mail.

It seems like after calling ExportToPdf() the file is always opened. Is it possible to just save the pdf without opening it first?


Regards, Jill-Connie Lorentsen
Daniel
Telerik team
 answered on 07 Dec 2012
9 answers
189 views
Hello

I need to sub class the RadComboBox, and i want the good syntax to override the SelectedValue,

Cause i my value isn't find on the list , i want to get the error.

public override string SelectedValue
    {
        get { return _SelectedValue; }
        set { _SelectedValue = value; }
         
    }

thanks
Olivier,
Cat Cheshire
Top achievements
Rank 1
 answered on 07 Dec 2012
4 answers
135 views
I have used telerik rad grid client-side programmatic binding. Every thing working fine but when we export data to pdf, it is asking password. How to open this pdf?

Radgrid.AutoGenerateColumns = true;
       Radgrid.MasterTableView.AllowPaging = true;
       Radgrid.MasterTableView.IsItemInserted = true;
       Radgrid.ExportSettings.OpenInNewWindow = true;
       Radgrid.AllowFilteringByColumn = false;
       Radgrid.ExportSettings.ExportOnlyData = true;
       Radgrid.ExportSettings.HideStructureColumns = true;
       Radgrid.MasterTableView.HierarchyDefaultExpanded = false;
       Radgrid.MasterTableView.NestedViewTemplate = null;
       Radgrid.MasterTableView.HierarchyDefaultExpanded = false;
       Radgrid.MasterTableView.ClearChildEditItems();
       Radgrid.ExportSettings.FileName = filename;
       Radgrid.ExportSettings.Excel.Format = GridExcelExportFormat.Html;
       Radgrid.MasterTableView.ExportToPdf();
        

Thanks in advance.
Daniel
Telerik team
 answered on 07 Dec 2012
1 answer
43 views
Hi

I have a page with a list of categories, represented as a RadGrid (called CategoryRadGrid).
To the right of this list I have another RadGrid (called CategoryDetailRadGrid) which basically shows detailed information about a row in the first grid.


So when you click on a row in CategoryRadGrid (containing a subset of info about a category), every detail about this category is shown in CategoryDetailRadGrid.

CategoryDetailRadGrid has the column headers from CategoryRadGrid as rows with corresponding values for the category (hiding it's header of course).

Binding is done client-side.

What I want to do is this:
I want to be able to drag a row from CategoryDetailRadGrid to CategoryRadGrid (preferrably to the header section, containing column names) as to indicate that I want to extend CategoryRadGrid with a new column.
And I want to do this vice versa, i.e. drag a column from CategoryRadGrid to CategoryDetailRadGrid to remove it from CategoryRadGrid.

So far I've only managed to intercept the client event, OnRowDropped, when I drag a row from CategoryDetailRadGrid to the rows in CategoryRadGrid (which I as mentioned would like to be able to drag to the header part instead),

Any suggestions?

Regards

Christian
Maria Ilieva
Telerik team
 answered on 07 Dec 2012
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?