Int64EditBox does not accept Maximum/Minimum value when using N0 format
Hi Guys,We have an issue with the Int64EditBox that uses a format with a thousands separator. The edit box does not accept the maximum value.This is fairly easy to reproduce. Just...
View ArticlePartEditBox: Binding to DropDownButtonVisibility does not work on...
Hello!My application displays objects inside a PropertyGrid. These objects can either have one or multiple values which may vary during runtime (and their display-time). When an object has multiple...
View ArticleRe: Int64EditBox does not accept Maximum/Minimum value when using N0 format
Hi Illian,Thanks for reporting this. We'll fix it for the next version.
View ArticleRe: PartEditBox: Binding to DropDownButtonVisibility does not work on...
Hi Till,We do a binding on DropDownButtonVisibility in the PartEditBoxItemVisibility QuickStart and it works ok there. Please check that out and if that doesn't help you might want to look more at...
View ArticleDateTimeOffset Edit Box
Hi Guys,Does Actipro have plans for implementing an edit box for DateTimeOffSet? Ilian
View ArticleRe: PartEditBox: Binding to DropDownButtonVisibility does not work on...
Hi.I found the problem. The property-name in the PropertyChangedEventArgs had a typo... The binding works fine now.Thanks, Till
View ArticleRe: DateTimeOffset Edit Box
Hi Ilian,We don't at the moment but will write down your suggestion. Thanks!
View ArticleDateTimeEditBox popup (MonthCalendar) crashes when Maximum is set to...
Hi Guys,As the title says, the DateTimeEditBox popup (i.e. MonthCalendar) crashes when Maximum is set to DateTime.MaxValue. This can be reproduced with:<Page...
View ArticleRe: DateTimeEditBox popup (MonthCalendar) crashes when Maximum is set to...
Hi Ilian,Thanks for reporting this. We'll fix it for the next maintenance release.
View ArticleDateTimeEditBox: Format property behaves differently from DateTime.ToString(...
Hello guys,In our application, a user can define a date time format that is used for both display and edit.In display scenario, we use DateTime.ToString( format )In edit scenario, we set...
View ArticleRe: DateTimeEditBox: Format property behaves differently from...
Hello,Thanks for reporting this. We will update our code for the 2013.2 version to handle the escapes properly.
View ArticlePropert for Child Grids in the parent datagrid with Toggle Button like plus...
Hi, In my project when clicked on a row that should open another datagrid inside that parent grid and i am looking for a property where we can have a plus symbol as row header which indicates that the...
View ArticleGrouping needed for datagrid columns.
Is there any way that we can group some datagrid columns under one header like (DataGridColumnGroups)?
View ArticleIs there any option where we can export the data to excel from datagrids ?
Is there any option or property where we can export the data to excel from datagrids ?
View ArticleAggregate functions in Dtagrid ?
Is there any way that we can implement Aggregate functions for the datagrid columns?DtagridTextColumn.AggregateFunctions in that we need SumFunctions.
View ArticleRe: Propert for Child Grids in the parent datagrid with Toggle Button like...
Hi, I'm sorry but we don't really have anything that does that sort of thing.
View ArticleRe: Grouping needed for datagrid columns.
Hello, we don't have a custom DataGrid at this time. The DataGrid features we currently offer in WPF are just some open source enhancements to the native WPF DataGrid. Here is a thread that talks...
View ArticleRe: Is there any option where we can export the data to excel from datagrids ?
Hello, I'm sorry but we don't have that feature in our WPF DataGrid enhancements.
View ArticleRe: Aggregate functions in Dtagrid ?
Hello, we don't have a custom DataGrid at this time. The DataGrid features we currently offer in WPF are just some open source enhancements to the native WPF DataGrid. I don't believe the WPF DataGrid...
View ArticleDoubleEditBox default DropDown DisplayMode
Hi,is it possible to change the default dropdown calculator display mode for the DoubleEditBox from "Minimal" to "Standard", preferably in xaml? My approach was to define a DropDownContentTemplate...
View Article