Hi! I am having a bit of a problem with a RadGridView. The F5-key, which I would like to use to refresh the entire view, is being consumed by the grid, How can I work around this problem?
I have multiple RichTextBoxes (5) in my application and I need to support Search/Replace across all RichTextBoxes. Also, I have similar requirements for Spell Check/Find Next Error. How do I go about implementing these functionality?
Hello,
I did a search and was not able to find anything similar to what I am trying to do. Is there a way to animate using Expression blend the mouse click of selecting one of the items in the panel? I would like to 'shake' the item when it is selected.
I have a TreeView with Drag/Drop enabled. Say I want to drag the bottom item (or any item) all the way to the top. It does work, but I do not see the preview line. (if I enable the tool tips, those work fine also) All of the other preview lines work fine, including dragging an item all the way to the bottom.
It is a very basic tree view control with no nesting as of yet.
I am working on WPF project with telerik controls. Currently i have take a radribbonbutton control inside the radribbonbar control.
This radribbionbutton event is not working inside in radribbonbar as well as outside of this. If I take any wpf control in this page. Then also this control event is not working.
Please suggest me. How I will handle the event of the controls.
Does anyone have any links or samples that shows how to select a row using a right mouse click and then also display a custom context menu? I have done it before with the WinForms RadGrid but I can't seem to figure it out with the WPF RadGrid.
Hello, i try to insert some plain text from mails into a raddocument.
After insert i have several spaces between the words, i.e. Hello this is a test.
How can i avoid this issue? I also try the import with the txtprovider but same behaviour.
ParagraphSpacing seems after correction (see in code) correct.
I have a RichTextBox set to readonly and selection disabled. But nevertheless the richtextbox handles all my mouse events even if it does not anything.
I cannot set the textbox to disabled because I have some links in the text, that should be clickeable. Any idea how to disable this behavior?
I've run into a problem with Drag and Drop in the RadTreeListView wherein I have a (single) item that I want to drag to move it or copy it to another editor. When I start dragging near the border of the item (either drag up near a top border or down near a bottom border) the adjacent item gets selected for the drag as well, which is obviously not what I want. Has anybody encountered similar behaviour ?