Telerik Forums
UI for WPF Forum
1 answer
81 views
Hi,

I'm using the RadGridView with option IsFilteringAllowed to auto generate the column filters. In almost case it work perfect, but in some case filter value items show in blank and unable to select as the attached image. Have anyone face with that problem, reproduce the error and got the solution for that?

Thanks,
Tri Nguyen
Tri
Top achievements
Rank 1
 answered on 08 Jan 2019
3 answers
153 views

Hi,

 

How can I change the default blue color on the bars in the outlook template?

Vladimir Stoyanov
Telerik team
 answered on 07 Jan 2019
3 answers
461 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
94 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
153 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
129 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
133 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
164 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
114 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
149 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
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
Slider
Expander
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
WebCam
CardView
DataBar
Licensing
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
VirtualKeyboard
HighlightTextBlock
Security
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?