How do I remove the right-click context menu in the RadEditor content pane? By this I mean the one that has cut/copy/paste/paste from word/paste plain text/paste as html.
Also, is it possible to remove individual items from this context menu, e.g. remove 'paste from word' but leave 'paste as plain text'?
I am facing a problem in a RAD telerik editor controls inside an aspx page. When i type the content inside the editor control and change the font to say (42px) ,it shows fine and saves. But when i retreive it back , the content is fine , but when i select the content , the Font size dropdownbox displays 7 by default (istead of 42px). Please see the attached image.
Let me know why the editor is behaving in this way.
Hi,
I have checkbox in one of the column in GridTemplateColumn-ItemTemplate inside the radgrid.mastertableview. On selecting the checkbox it fires the OnCheckedChanged event. In that event, I need to get value of the all other columns in that particular row. Please get me the solution as soon as possible.
why total time 36:12:30 is converted into 1.12:12:30 while doing the export into excel?
i want the original time that is : 36:12:30. what will be the solution?
I want to place a RADRotator in a page, with vertical orientation. I need to display a series of images that are stored in a database. When a user clicks one of the images in the rotator, I want to open up another window, the window will show some details relating to the picture form a database. So my question is, how can have a 'onlick' event associated with each image in the rotator that would execute some code like this
Response.Redirect("thepage.aspx?id=" + get an id from the image here)
I am not an asp.net expert, I have the following issue with the Telrik editor when you click on any of the Dialogue Boxes. I am sure it will be some web.config issue. Has anyone got any idea on a fix or where I am going wrong?
I have a grid on my web page. I also have a button above the grid. The grid displays all my news items, enabled and disabled items. When I click on the button it either shows the enabled items, or all the items. Let say the grid loads the first time then it loads all the news items. I would scroll 1 or 2 pages. The I would click the button to display only the enabled items. Then it gets all the enabled items, but the grid does not display items from page 1, but it is still where the previous paging stopped. How do I get it to start at page 1 again?