Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
65 views

Applying CSS Class/Headings/Fonts/size to selected content is not working properly as it lost the cursor on selected content in IE11.

Steps to reproduce:
1. Open RAD Editor.
2. Select any text and try to apply CSS class, fonts, size, etc. that will actually gets applied to first line of the Editor instead of that particular selected text.

This issue is with Terelik version - 2012.2.607.35.

Can you please help us in solving these issues?

 

Khushboo
Top achievements
Rank 1
 answered on 19 Jun 2015
1 answer
147 views

I am creating a RadComboBox from code and setting an AddHandler as follows:

Create new Panel

dim kcmbo as RadComboBox

kcmbo = new RadComboBox

... set properties to kcmbo

AddHandler kcmbo .SelectedIndexChanged, AddressOf ComboChanged

Add kcmbo to Panel

Add Panel to page

 _______________________

Private Sub ComboChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)

        do stuff....

End Sub
___________________________

Event does not fire when selected index is changed

 

 

Ivan Danchev
Telerik team
 answered on 19 Jun 2015
10 answers
948 views
Hello telerik team.

I have a problem about RadDatePicker control.

When i input the date RadDatePicker by keyboard and press enter
get_selectedDate() is always null.

however when i input the date RadDatePicker by keyboard and moving focus to other control
and focus back to RadDatePicker and press enter,
get_selectedDate() has value.

due to this problem I'm confusing now.
Is your intended logic?
Eyup
Telerik team
 answered on 19 Jun 2015
3 answers
516 views

Hello,

 I am working with 2 of telerik web controls RadTreeList and RadImageEditor, the thing here is that I'm havving some trouble when using both.

First I bind my radtreelist within the database and here is when the image editor starts working, when I select a row from the radtreelist i get the ID and some information needed in order to bind information, this information includes an Image. The first time I select an Item from the radtreelist the imageEditor works fine but when I select another Item the radImageEditor does not reload the image and the displayed image is the one of the first selected item.

Can somebody help me on this please?

If more information is needed please let me know it

Vessy
Telerik team
 answered on 19 Jun 2015
3 answers
107 views
I am having trouble where the calendar is taking a long time when AutoPostback is enabled, the spinning wheel stays up there for a long time on a live server, but when running it locally grabbing the information from the same database (over a VPN mind you) is almost instant. I turned Autopostback off which seemed to solve the problem, until we realised that the forward and back navigation for the calendar is no longer working.

Do you have any recommendations for this?
Maria Ilieva
Telerik team
 answered on 19 Jun 2015
1 answer
106 views

I have a pivot grid which connects to the olap cube.  Some of my cube fields do not have any values.  When I create the pivot grid I still see the filter icon in those fields.  When I click on those fields I get an error.  How can I avoid this error. In the image attached I would like to hide the filter icon for the "Actual Dollars" field. How can I achieve this?   

 

Thank you

Angel Petrov
Telerik team
 answered on 19 Jun 2015
2 answers
142 views
I would like to add a header (logo) to the top of the HTML element that I am exporting.  I only want to export a portion of my page, but would like to add a header to the top of it.  Is this possible with the Client Export Manager?
Ivan Danchev
Telerik team
 answered on 19 Jun 2015
1 answer
99 views
I am adding fields programmatically via the page_init and page_load and have this working nicely.  I have the configuration panel displayed and want to see how I can add fields in the page_init or page_load and have them show up in the configuration panel as unselected.  Pretty much I would like to load the pivot grid with only the single aggregate value showing and all of the possible fields unselected in the "All Fields" box in the panel.  How can this be done?
Scott Manning
Top achievements
Rank 1
 answered on 19 Jun 2015
4 answers
290 views

Hello Telerik-Team,

we have the following code, to change the OrderIndex of our custom bounded columns

int index = 999;
int i = 0;
while (i < collection.Keys.Count-1)
{
    grid.MasterTableView.GetColumnSafe(collection.Keys.ToList()[i]).OrderIndex = index;
    i ++;
    index++;
}

 

The problem is, that the first column of the collection will not be changed, because of the "-1". But when we remove the "-1", all columns go back to the old position at the beginning of the grid. We want to have our custom columns at the end of the table. (After the auto generated columns).

Can you give us a hint, to solve the problem?

 

 

Roxane
Top achievements
Rank 1
 answered on 19 Jun 2015
1 answer
69 views

Hi Team,

In the latest Telerik DLL has a filter notification feature in Radgrid .( Means if we filter a column, the filter button color changes for identification).In my project I am using "Q1 2013 " telerik version , can we achieve the above mentioned feature with "Q1 2013 telerik dll " ?

 

Thanks in Advance,

Ramesh.

Viktor Tachev
Telerik team
 answered on 19 Jun 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?