Telerik Forums
UI for WinForms Forum
4 answers
123 views

The dialog uses InitialDirectory = "D:\Executech\Hotel\Documents"

To see the documents in the folder I must specify the parent folder of "Documents". If I use the same path as InitialDirectory, no files are seen.

This is my code that shows the files.

Private Sub saveFileDialog_DirectoryRequesting(ByVal sender As Object, ByVal e As DirectoryRequestingEventArgs) Handles RadSaveFileDialog1.DirectoryRequesting
    If Not e.Directory.FullName.StartsWith("D:\Executech\Hotel") Then
        e.Cancel = True
    End If
End Sub

 

Dimitar
Telerik team
 answered on 19 Jul 2019
6 answers
114 views

I have set the initial directory.  But when the save dialog shows up, the left panel directory list is not expanded to Initial directory.  It is expanded only when I click to select that initial directory.  Is there a way that it is expanded "at the beginning" and have the location hints (breadcrumb) at the top?

Thanks.

RadSaveFileDialog saveFile = new RadSaveFileDialog();
saveFile.InitialDirectory = @"C:\NHPAYHO\data\";
saveFile.ExpandToCurrentDirectory = true;
DialogResult dr = saveFile.ShowDialog();

Dimitar
Telerik team
 answered on 19 Jul 2019
2 answers
119 views

When I use DirectoryRequesting to set a user's root folder, the Tree Navigation Pane doesn't show the path. The only element that appears is "This PC" and if I cIick it I can't get back to the folder with the files. would prefer that it would show the specified folder as the root element in the Tree Navigation Pane since there will be multiple folders within this root folder.

Private Sub saveFileDialog_DirectoryRequesting(ByVal sender As Object, ByVal e As DirectoryRequestingEventArgs) Handles RadSaveFileDialog1.DirectoryRequesting
    If Not e.Directory.FullName.StartsWith("D:\Executech\Hotel") Then
        e.Cancel = True
    End If
End Sub

 

 

Dimitar
Telerik team
 answered on 19 Jul 2019
1 answer
53 views

I have a listbox and want to set some of the items as bold based on various criteria.

Example 1:

Listbox contains a list of all employees and I want to bold the employees who are listed as "working" in another table.

 

Example 2:

Listbox contains a list of ALL Products and I want to bold the ones that are that are in are on sale (as identified in another table).

 

I've looked at the examples of changing format based on selection or hover, but I can't figure out how to translate that into the above use cases.

Nadya | Tech Support Engineer
Telerik team
 answered on 18 Jul 2019
9 answers
188 views

I've created a chat, and are now about to set the last touch on the UI and what not. I'm trying to achieve a behavior that enables name on all of the messages (including the latest)

 

I've attached a image for better understaind.

 

Thanks in advance.

Dimitar
Telerik team
 answered on 18 Jul 2019
3 answers
209 views

     Hello there,

I'm using radgridview.It only highlights search results , but I want to hide all records except search results.Is there a way to do it? If so how can I do it?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 17 Jul 2019
1 answer
128 views

getting error while opening excel file which have more than 400000 records.

 

 

 

 

 

 

Tanya
Telerik team
 answered on 17 Jul 2019
7 answers
259 views

We are facing the below issues on DateTimePicker

1st issue:
1) Enter the date, month & year.
2) If we highlight the whole date & update any value, year field is getting changed.
We need it to update from month date & year if it is fully highlighted.

2nd issue:
1) Enter the date, month & year.
2) If we click "Tab" it is getting focused on the next date time picker. When we go back to the previous datetimepicker it is focussing on the edited year.
It should focus on month on every datetimepicker.

Note : If datetimepciker is fully highlighted it should update on MM/DD/YYYY. Demo project & video link attached for your reference. 

Datetimepicker Working Video

Demo Project

Dimitar
Telerik team
 answered on 17 Jul 2019
3 answers
554 views

I want to apply the acrylic effect using the fluent theme of Telerik but i Diont Know how to do the blur background or square in a windows forms project.

Need help please

Dimitar
Telerik team
 answered on 17 Jul 2019
3 answers
415 views

Visual Studio 2017
VB.Net
Telerik UI for WinForms R2 2019 SP1

I need to enforce a root folder for users and only give them access files and folders within this root folder and I have my own dialog box for this. Can I use my dialog box when the user clicks Open or Save or Save As?

Nadya | Tech Support Engineer
Telerik team
 answered on 17 Jul 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
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
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
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
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
Callout
ColorBox
PictureBox
FilterView
Accessibility
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?