Telerik Forums
UI for WPF Forum
1 answer
823 views

Hello,

Is it possible to;

1. Rename default Ok and Cancel buttons as Yes and No.

2. Have a third button (and dialogresult) in predefined confirm dialog?

Thanks

Martin Ivanov
Telerik team
 answered on 16 May 2018
1 answer
172 views

I have a scenario where I have an ordinary RadGridView and the user selects items from that grid. Those items then become the top level itemSource in the TreeListView. When Engine is selected in the main grid it is both in the top level items and it's a child of one of the other items i.e. vehicle causing a blank line to appear when expanding the child nodes.

Mat.

-Vehicle

--Engine

--Body

Stefan
Telerik team
 answered on 16 May 2018
10 answers
196 views
Please have a look at this link WPF built in dialogs

I simple don't understand way the predefined dialogs don't mirror the dialogs in WPF.

The reason I am using Telerik dialogs is that the are skinable and now I have to use wpf standard dialogs just because I want YesNoCancel buttons 
You can do better
 
Martin Ivanov
Telerik team
 answered on 16 May 2018
1 answer
176 views

hi, i want to make application like this, is this using treeview or just listview ?

if so, how to make it ? can you give me an example 

i appreciate your answer honestly..

 

 

thanks,

Stefan
Telerik team
 answered on 16 May 2018
1 answer
351 views

Hello,

 

I'm creating a telerik RadWizard App with dynamic wizardpages (c#).

 

Currently only the next and previous buttons seem to be doing something, whenever i click on cancel / finish, my application doesn't do anything.

 

How can i control this behavior?

 

Regards

Ricardo
Top achievements
Rank 1
 answered on 16 May 2018
2 answers
199 views

Hi,

I'm having an issue with the diagram, all my shapes have the rotation adorner enabled so i can rotate them with the mouse, however you need to to go to the center of the icon to be able to grab it and start the rotation.

 

I tried to change the FontSize of the textblock, i tried to put a border around the textblock and also i tried to change the telerik textblock to an image but they all seem to fail.

No matter how big the "RotationAdorner" is you always need to click the center in order to rotate shapes, which in tablet mode makes it really hard to use, is there any way i can change this?

 

Thanks

ODB
Top achievements
Rank 1
 answered on 16 May 2018
3 answers
123 views

Is it possible to add items to a TreeListView dynamically. Any sample code?

Dinko | Tech Support Engineer
Telerik team
 answered on 15 May 2018
4 answers
746 views

I have the blow routine

private void btn_ExportExcel(object sender, RoutedEventArgs e)
        {
            if (dgResults.DataContext == null) return;

            var extension = "xls";
            var dialog = new Microsoft.Win32.SaveFileDialog()
            {
                DefaultExt = extension,
                Filter = String.Format("{1} files (*.{0})|*.{0}|All files (*.*)|*.*", extension, "Excel"),
                FilterIndex = 1
            };
            if (dialog.ShowDialog() == true)
            {
               dgResults.ElementExporting -= ElementExporting;
                dgResults.ElementExporting += ElementExporting;

                 using (var stream = dialog.OpenFile())
                {

                    // dgResults.ExportSettings.ExportOnlyData = true;
                    // dgResults.ExportSettings.UseItemStyles = true;
                    dgResults.Export(stream,
                     new GridViewExportOptions()
                     {

                         Format = ExportFormat.Html,
                         ShowColumnHeaders = true,
                         ShowColumnFooters = false,
                         ShowGroupFooters = false,

                     });
                }
                                MessageBox.Show("Exporting to Excel has completed successfully");
            }
        }

The routine is executing succesfully, after saving the resultant Excel, when I try to open it, its showing an error messsage as below...

"The file format and extension of 'File1.xls' don't match. The file could be currupted or unsafe. Unless you trust its source, don't open it. Do you want to open it anyway?"

I tried with different formats like csv, html, ExcelML, the same error pops out. When I click 'Yes', its opening with the perfect data.

I would like to request, any help to fix this issue.

Thanks in advance. 

 

 

 

 

 

maruti vinod
Top achievements
Rank 1
 answered on 15 May 2018
2 answers
174 views

Hello,

 

I'm developing a new App using telerik wizard.

 

I'm currently exploring the possibility to add dynamic wizard pages, but i need to change the ButtonsVisibilityMode in the source code, i.e.,

 

<p>using xaml it would be like:</p><p></p><p>ButtonsVisibilityMode="Cancel,Next"</p>

 

Does anyone know how i can do this in c#?

 

I have tried:

<p> WizardPage wizardPage = new WizardPage()<br> {</p><p>     ButtonsVisibilityMode = "Next, Cancel"</p><p>};</p>

 

But I'm getting the following error: cannot convert 'string' to WizardPageButtonsDisplayMode.

Can anyone help me?

 

Regards

 

 

Dinko | Tech Support Engineer
Telerik team
 answered on 15 May 2018
1 answer
149 views
Is there any possibility for FileDialogs support network paths?
Martin Ivanov
Telerik team
 answered on 15 May 2018
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?