-
I'm trying to style a XamNumericEditor (with no luck) and I decided to check again in the docs. I found this page, which looks like it should cover it: NetAdvantage for WPF 2012.1 -> Designers Guide -> Styling Points But it doesn't have an entry for XamMaskedEditor or any of its subclasses...
-
Hi, I would like to set the cell width of a column in a separate style. We have lots of columns and grids and want to set this property on a central place. I know how to do it locally: < igDP : Field Name ="Idx" Label ="No." ToolTip ="Number"> < igDP : Field.Settings...
-
Hi folks. In our application we have several views, each having some XamDataGrid that use Office2010Blue theme. Despite the fact that this theme is very nice, we would like to change/adjust some colors. I've red that, in order to overwrite XamDataGrid style (when this grid uses theme), I have to...
-
Hi! I'm using a XamDataTree for displaying hierarchical content inside a dockable view. It shows a horizontal scrollbar, as soon as the tree items once exceed the available space. That works fine! But when resizing the tree to the right (to see all tree items again), the scrollbar should disappear...
-
How to set a special color to an important day in XamCalendar?
-
Hello We are having XamDataGrid with GroupBy feature. We are using also Office2010Blue as a Theme. The problem is that, in this Theme, grouped item background color is yellow.. the same as selected item. It's confusing (see attached image) Because I cannot change the Theme, It would be nice to set...
-
In our application we have filter rows colored the same way as the main grid background. The following resource definition used to do the trick: < SolidColorBrush x : Key ="{ ComponentResourceKey { x : Type igDP : XamDataGrid }, FixedRecord }" Color ="Transparent"/> However...
-
Hi! I've a global styles.xaml file where I define the overall styles for my project. Now I want to define a special style for those columns in my XamDataGrid that have the attribute 'AllowEdit=False'. <igDP:Field.Settings> <igDP:FieldSettings AllowEdit="False" /> <...
-
Hi! I want to re-style a Border control according to the colors of the XamDataGrid. I'm using the Office2010Blue theme for the grid. I want to reuse e.g. following color definition (located in Office2010Blue.xamGrid.xaml)... <SolidColorBrush x:Key="HeaderNormalBackgroundBrush" Color...
-
Hello, i've a little problem. I built a XamDataGrid with a XamDataPresenter. (example at the end of this post) My first problem: I created about 10 different FieldLayouts. In my dataGrid I want to show only one GridHeader at the Top of the DataGrid. I tried to do much with the LabelLocation and Headerplacement...