Re: Exception "Handler has not been registered with this event" when adding...
Hi,Could you email our support address with a simple sample project that shows it happening so we can debug it? Please reference this post and rename the .zip file extension so it doesn't get spam...
View ArticleInt32EditBox greyed out/disabled
I noticed for whatever reason, when I insert a Int32EditBox onto the screen, the field is greyed out. regardless of what I do, i am not able to type in values. has this happened to anyone?
View ArticleRe: Int32EditBox greyed out/disabled
Hi Carl,We're not aware of any issues like that. Please email our support address with a new simple sample project showing the issue so we can debug it. Reference this post and rename the .zip file...
View ArticleCustom editor for PropertyGrid in it's simplest form
Okay, I think I am just getting a bit lost here with all the pieces here and can't seem to follow them. New to both WPF and Actipro and this could be a result of a lack of understanding of both...
View ArticleRe: Custom editor for PropertyGrid in it's simplest form
Okay, well here's what I have working so far, but it's quite obvious that this is a hack at the very least. Template:<ResourceDictionary...
View ArticleRe: Custom editor for PropertyGrid in it's simplest form
Okay, well now I have something that's fully working, but I still think I may have been doing something wrong here. But it works, so I won't complain for now. But any additional advice would be...
View ArticleRe: Custom editor for PropertyGrid in it's simplest form
Hi Cory,I'm sorry, but I'm a bit lost about what you are trying to accomplish. Let's back up a bit. Can you please explain how you would like the "Sponsor" property on your TestObject to look? Here's...
View ArticleRe: Custom editor for PropertyGrid in it's simplest form
Essentially, I was trying to accomplish this.I did succeed in what I was trying to do, but don't think I did it correctly. And sorry to confuse you, I did NOT want the items in the array to expand, and...
View ArticleRe: Custom editor for PropertyGrid in it's simplest form
Hi Cory,I think I understand now. What you have above isn't really a good way to do this. The list of possible DynamicEnum values should not come from an instance of DynamicEnum. Basically everytime...
View ArticleRe: PartEditBox.DropDownStaysOpen is ignored?
I'm seeing the same thing. I have a BrushEditBox as an editor in my PropertyGrid. I set DropDownStaysOpen="True", but when I click outside of the BrushEditBox then the dropdown closes. In fact, the...
View ArticleRe: PartEditBox.DropDownStaysOpen is ignored?
Hi KC,I just tested this again and it appears to be working fine. Try adding the following resource to our PropertyGrid Integration (Interop) demo under Editors:<Style TargetType="{x:Type...
View ArticleRe: PartEditBox.DropDownStaysOpen is ignored?
I have version 12.2.570.0.I created a project with only a button and a BrushEditBox, but the dropdown still closes when I click on the button control. <Button Grid.Row="0" Content="My...
View ArticleRe: PartEditBox.DropDownStaysOpen is ignored?
Can you please try again with the latest version, as it was probably fixed since that older version?
View ArticleDoubleEditBox in DataGrid does not select text on focus (and other issues)
I am using a DoubleEditBox in a data grid cell (via a CellEditTemplate) and have an issue where I would like to tab between cells in the grid and then type to enter a new value. This works fine for...
View ArticleRe: DoubleEditBox in DataGrid does not select text on focus (and other issues)
I've made some progress on the edit box, when the cell gets the focus it looks for the masked text box and selects all text. This is non ideal, but works for the moment. The only issue is that if you...
View ArticleRe: DoubleEditBox in DataGrid does not select text on focus (and other issues)
Hi Max,I'm assuming you are using the WPF DataGrid. If so, the issues you describe above is one reason we provide the Editors.Interop.DataGrid assembly. The DataGrid can be touchy when dealing with...
View ArticleRe: DoubleEditBox in DataGrid does not select text on focus (and other issues)
The grid is not the WPF datagrid but the Telerik data grid, so I guess we can't use the DataGridDoubleColumn. Is there any more info on how this class handle focus and tab order behaviour?
View ArticleRe: DoubleEditBox in DataGrid does not select text on focus (and other issues)
Hi Max,Our entire Editors.Interop.DataGrid assembly is open source and available on CodePlex at http://actipro.codeplex.comThe Primitives\DataGridPartEditBoxColumnBase.cs class handles preparing the...
View ArticleDateTimeEditBox Checkbox AutomationId
Is there a way to assign an Automation ID to the checkbox for the DateTimeEditBox?
View ArticleRe: DateTimeEditBox Checkbox AutomationId
Hi Lindsey,All PartEditBox-based controls have this in their Style:<Setter Property="CheckBoxTemplate"><Setter.Value><DataTemplate><CheckBox VerticalAlignment="Center"...
View Article