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