Hi,
We open a new form through showdialog() from an existing form & trying to open another form by clicking the button from it & the showdialog (2nd form) will be closed. The form which opens on the click of the button(3rd form) hides behind the 1st form. Attached the demo link for your reference. Please check and share your inputs.
Demo Link : https://drive.google.com/file/d/1RRJjmiMu1gwE-E-IwrTlKgyEGit-LNfN/view?usp=sharing
I'm attempting to replace the use of MS Word in our application and I'm having trouble with one of the functions we need. We use DOCX templates and fill them with data from our application. Using Office Interop, I can set the header, footer or main document as the "SeekView" before a find replace like this -
WordApp.ActiveWindow.ActivePane.View.SeekView = Word.WdSeekView.wdSeekCurrentPageHeader
WordApp.ActiveWindow.ActivePane.View.SeekView = Word.WdSeekView.wdSeekCurrentPageFooter
WordApp.ActiveWindow.ActivePane.View.SeekView = Word.WdSeekView.wdSeekMainDocument
Is there any function for the RichTextEditor that can allow me to perform a find/replace on the header and footer? I can only get the find/replace code to work on the main body.
I have created a custom them for the RibbonBar / RibbonForm. When testing the collapse / expand for the ribbon group, I am not getting the collapse, but instead, it looks like it just hides the ribbon and keeps the blank space. (see attached)
Could you please help me troubleshoot which property might have been touched that would affect the visible/hide/collapse of this control?
There were so many settings that I adjusted, many being from trial and error until I found the property that worked for the style I was going for. I'm not sure if it is something I adjusted or an issue with the custom control. I placed my custom theme side-by-side with a known theme and looked at every property to see where something was more than just a color or image change. I am wondering if it is possibly another control inherited by the RibbonBar that could be causing this behavior.
Thanks,
I have created a custom theme in the Visual Style Builder for the RadPageView, built off TelerikMetro as a base . I can view it in the Theme Viewer and it looks exactly like I want it. I then save just the resource file that ends with _RadPageViewStripElement.xml (I intend to only use it for View Mode = strip).
I then follow exactly the steps to add it to a VS2017 VB Winforms application under the RadThemeManager. I tried to add it both as Resource or a File. After I do, I can add a RadPageView to the form and when selecting a theme, I can see my new theme in the dropdown. However, I get no formatting.
I'm not sure what else I am missing. There are 7 xml files referenced in the save window related to RadPageView. I assume I only need the one for the View Mode I intend to use. Are there other resource files I need?
I have tried almost everything and have reached the point of frustration. I'm sure it is something minor, but can't get past it.
If necessary, I can also send my Theme file for review.
Thanks,
Morning,
In the designer I am trying to add a button to the right side of a group of 3 items already in the group.
I just can seem to figure out how to do this. Any help would be appreciated.
Attached 2 images. One Is what I have atm and the other is how I want it to appear.
Hi everyone.
Using a custom pin, I've plotted a passenger plane on the map, that by changing the coordinates of the passenger plane, the custom pin of the plane moving on the map.Next to it, I used polyline to draw a flight path. But I encountered problems.
1) I want to turn the plane icon in the direction of the flight path, but it is not.
2) or i want to draw lines of plane icon path with correct icon direction.
Thanks
Hello,
Currently, if I add a GridViewDateTimeColumn into a RadGridView, I can only edit the date component and I don't have a TimePicker part, even though I choose a DateTimePicker component as EditorType property. I'm even not allowed to set the time by typing it.
I also tried to trigger it manually with the following code, without any success:
var startDateColumn = radGridView1.Columns[
"StartDate"
]
as
GridViewDateTimeColumn;
var picker = startDateColumn?.GetDefaultEditor()
as
RadDateTimeEditor;
var editor = picker.EditorElement
as
RadDateTimeEditorElement;
editor .ShowTimePicker =
true
;
How can I enable both date & time editing on a GridViewDateTimeColumn?
Windows 10 - VS2017 - .NET Framework 4.6.1 - Telerik R1 2019 - Fluent theme
How can I select the Button(s) via Keyboard. Tab does not seem to work while inside the Textbox.
Regards
Erwin
on visual studio 2019 and 2017 I created a new radribbonform and added a dropdownbutton inside it and added buttons to that dropdown button but when I click on the dropdown button to show the dropdown menu and it's buttons it doesn't open and when I go to items collection of the dropdown button to edit the property of each item it's dimmed