Telerik Forums
UI for WPF Forum
3 answers
527 views
Even with the markup below, my object source is updated only after losing the focus. It should be during the checking and unchecking. Is there something wrong here?

<telerik:GridViewCheckBoxColumn Header="Accepted" MinWidth="75" MaxWidth="75" 
                          DataMemberBinding="{Binding IsAccepted, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
                          AutoSelectOnEdit="True" EditTriggers="CellClick"/>
Dilyan Traykov
Telerik team
 answered on 07 Jan 2019
1 answer
137 views

While saving the filter descriptors of the gridview (i.e. serializing the gridview to an xml using the PersistentManager.Save(radgridview)), the persistent manager is unable to save the value of the distinct filter value of type DateTimeOffset. 

Here is the part of xml serialization of the SelectedDistinctValues of FilterDescriptors with type DateTimeOffset on radgridview.

 <PV Key="254" TypeKey="-933998283">     

<Value xsi:type="DateTimeOffset" />   

</PV> 

which should Ideally be as follows:

 <PV Key="254" TypeKey="-933998283">     
<Value xsi:type="DateTimeOffset"> 12/8/2018 11:25:59 AM +00:00 </Value>   
</PV> 

This issue is observed on 2017.2.614.45 version.

Can you please provide your insights and resolve this issue?

Martin Ivanov
Telerik team
 answered on 07 Jan 2019
2 answers
203 views

I'm using UI for WPF 2018.3.1016.

In the Crystal theme, the RadPasswordBox.IsTabStop property defaults to False.  This is different than in the other themes I've tried (Material, Expression_Dark), where it defaults to True.

In the Material theme, the RadPasswordBox's watermark foreground is different than the color of the RadWatermarkTextBox's.  It's obvious when you have both controls visible in the same UI, such as in a login form.

Thx,
Pat

 

Patrick
Top achievements
Rank 1
 answered on 05 Jan 2019
2 answers
170 views

Hi,

I'm running into this problem: I have a Wizard with some pages. If I place these pages directly into the Wizard in XAML, everything works well. However, as I wanted to manage the pages in a cleaner manner, I created and designed each page like a UserControl - I create a UserControl, change its base class to telerik:WizardPage, and design the page in it. Unfortunately pages created this way does not show in the Wizard.

Is this a bug or by design? What's the best practice to manage a Wizard with many pages, with each of which has its own complex logic?

Hillin
Top achievements
Rank 1
 answered on 05 Jan 2019
7 answers
181 views

When I open WPF designer to preview design I always have exception "InvalidOperationException: 'RadComboBox' TargetType does not match type of element 'NumberComboBox'."

I think, we have problem with controls in the Properties window.

Dinko | Tech Support Engineer
Telerik team
 answered on 04 Jan 2019
0 answers
214 views

Hi,

I know importing HTML does not support inserting merge fields automaticaly but in simple loop we can do it in code.

As you can see, we selecting text like {MERGEFIELD NAME} and inserting new merge field. It is working fine, and highlight fields or preview results works correct. The only problem is, when I set some styles in text before merge field, save html and then loads it again, mergefield is going to inherit these styles. This situation is illustrated on screenshots. I set color for second line, then after my InsertMergeFields method inserts all fields, the second line has style from first line, and the third line has styles from second.

It looks like a default behavior from document editors, when caret is placed after red text, next letter will be also red, but can I do something with this?

 

public static void InsertMergeFields(RadDocument radDocument)
       {
           foreach (var mergeField in new DocumentTextSearch(radDocument).FindAll("{MERGEFIELD.*?}"))
           {
               mergeField.SetSelection(radDocument);
               var fieldCode = GetFieldCode(radDocument.Selection.GetSelectedText());
               radDocument.InsertField(new MergeField() { PropertyPath = fieldCode }, FieldDisplayMode.Code);
           }
       }
Jakub
Top achievements
Rank 1
Iron
 asked on 03 Jan 2019
0 answers
154 views

Hi, 

I am using RichTextBox in LayoutMode="Flow" and Padding="10". It is working when writing new content, but one of application user copied some content from another editor (maybe MSWord, I dont know) and the padding is gone. Well, it looks like a padding but when exporting this document to xaml or html, the Indent property for this spans is -97.005. Can I prevent from this situation? 

 

As you can see on screenshots, the Indent is set to minus value and richtextbox even when padding is set to 10 does not take this into account.

Jakub
Top achievements
Rank 1
Iron
 asked on 03 Jan 2019
1 answer
195 views

Hello,

If I want to use telerik's FileDialog, what references do I need to add?

What Settings are required if FileDialog also implements the Fluent theme?

When the RadOpenFileDialog is started, how do we blur the content behind it

Martin Ivanov
Telerik team
 answered on 02 Jan 2019
3 answers
1.2K+ views

Hi..

Why do I get this error?

The tag 'RadMap' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'.

 

I have 

xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"

 

And  references to Telerik.Windows.Controls

Telerik.Windows.Controls.Data

Telerik.Windows.Data + DataVisualization

Telerik.Windows.Data

 

What am I missing?

thx

 

Dinko | Tech Support Engineer
Telerik team
 answered on 01 Jan 2019
8 answers
267 views
Hello everyone!
How do I change the layout of a specific page of my RadDocument?
Tanya
Telerik team
 answered on 31 Dec 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
InlineAIAssistant
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?