Editors for WPF

Discussion Forums

Post about Editors for WPF suggestions, bugs, workarounds, and request support in this forum.

Please note that while we value customer input in this forum and it does help guide our development efforts, it may not always represent our actual priority list.

New Question New Problem New Idea

Threads (435)

  Date Thread Details
2012‑09‑07
4,864 views
"I just purchased the editors package so we could use it with the Actipro PropertyGrid that we had purchased a while a..."
2012‑09‑07
3,423 views
"I'd like the DataGridDoubleColumn to behave as DataGridTextColumn - it means I want to start typing to edit cell inst..."
2012‑09‑04
4,369 views
"Hi ! <editors:Int32EditBox x:Name="MipmapLevel" VerticalAlignment="Center" Width="..."
2012‑07‑11
4,281 views
"Hi, I understand it is possible to create customEditBox like BrushEditbox or ColorEditBox. There are no Samples..."
2012‑07‑11
3,906 views
"Hi, The BrushEditor supports adding of the GradientStop but removing is not supported. Is there a way how I ca..."
2012‑07‑05
4,054 views
"Hi, I want to use some controls (EnumListBox, Barcode etc) on a .Net Framework 3.5 project, but everytime i add a c..."
2012‑06‑26
3,474 views
"I have a DoubleEditBox hosted within a ContentControl via a DataTemplate that exhibits an unexpected behaviour relati..."
2012‑06‑28
4,091 views
"In the following DataTemplate I'm not able to put in a manual value into the Int32EditBox at runtime. Outside of the ..."
2012‑06‑22
6,582 views
"Hello, I use the DoubleEditBox and I would like to insert a "," when the user press the "." in the numeric keypad.I..."
2012‑06‑06
4,360 views
"We've noticed behaviour in the 'out of the box' WPF DateTimeEditBox displaying both date and time (default format): ..."
2012‑06‑05
6,851 views
"We're looking to integrate a timeline slider control into our application similar to http://www.telerik.com/help/wpf/..."
2012‑06‑04
3,621 views
"Hi,I am having a problem with the ThemedDataGrid, I need a grid with 16 rows and 16 columns of int, if I use a "DataG..."
2012‑03‑19
5,130 views
"I was looking into using the MonthCalendar control as a way to host content on certain days, not just change the colo..."
2012‑05‑29
7,861 views
"Hi, I'm using a MaskedTextBox to validate an IP Address and would also like it to match when the MaskedTextBox is e..."
2012‑05‑23
3,515 views
"Title says it all. Thanks!"
2012‑05‑14
3,576 views
"Hi, Inserting a digit into the existing text of an Int32EditBox or DoubleEditBox control that has a format of "F0" ..."
2012‑05‑14
3,859 views
"Hi, A DoubleEditBox with a negative Minimum value allows more digits to be entered than the Minimum value allows. ..."
2012‑05‑14
3,712 views
"Hi, In a DoubleEditBox with a format of 'F0' typing the '.' key causes the '.' character to appear in the edit box...."
2012‑03‑30
3,992 views
"Please use folowing code to repro a bug: <Window x:Class="WpfApplication2.MainWindow"xmlns="http://schemas.mic..."
2012‑03‑02
3,755 views
"I meet a problem when I using ColorEditBox; The problem is when I use the code given below: namespace xmlns:editor..."