Telerik Forums
UI for WinForms Forum
2 answers
96 views

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

Dev
Top achievements
Rank 1
Veteran
 answered on 04 Jul 2019
6 answers
297 views

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.

Tanya
Telerik team
 answered on 03 Jul 2019
1 answer
75 views

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,

Dimitar
Telerik team
 answered on 03 Jul 2019
3 answers
340 views

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,

Nadya | Tech Support Engineer
Telerik team
 answered on 03 Jul 2019
4 answers
573 views
Using a RadGrid in C#. I have a reset button (since there is no built in one). I can't figure out how to clear the filters though. I have tried a number of things but can't figure it out.
Deasun
Top achievements
Rank 3
Bronze
Bronze
Bronze
 answered on 02 Jul 2019
2 answers
79 views

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.

 

Deasun
Top achievements
Rank 3
Bronze
Bronze
Bronze
 answered on 02 Jul 2019
0 answers
58 views

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

Lost
Top achievements
Rank 1
 asked on 02 Jul 2019
3 answers
1.1K+ views

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


Dess | Tech Support Engineer, Principal
Telerik team
 answered on 01 Jul 2019
5 answers
74 views

How can I select the Button(s) via Keyboard. Tab does not seem to work while inside the Textbox.

Regards

Erwin

Dimitar
Telerik team
 answered on 01 Jul 2019
3 answers
89 views

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

Dimitar
Telerik team
 answered on 28 Jun 2019
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ComboBox and ListBox (obsolete as of Q2 2010)
ListView
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
Menu
PropertyGrid
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
Rotator
TrackBar
MessageBox
SpinEditor
StatusStrip
CheckedListBox
Wizard
ShapedForm
SyntaxEditor
TextBoxControl
LayoutControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
DataEntry
GroupBox
ScrollablePanel
WaitingBar
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
ColorBox
Callout
FilterView
PictureBox
VirtualKeyboard
NavigationView
Accessibility
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
Flyout
ToolbarForm
NotifyIcon
Rating
TimeSpanPicker
BarcodeView
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
DateOnlyPicker
TimeOnlyPicker
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?