Browse By Tags

  • XamDataChart CalloutLayer make Label Content stylable

    In XamDataChart some Controls are stylable e.g. the Legend can be styled in detail with badges items etc. (see Scrrenshot).

    Now the axis CalloutLayer is missing this feature. It would be cool if the user could implement his own display of the content…

  • XamDataChart Axis make Title stylable

    In XamDataChart some Controls are stylable e.g. the Legend can be styled in detail with badges items etc. (see Scrrenshot).

    Now the axis title is missing this feature. It would be cool if the user could implement his own display of the content of the…

  • Styling an Item Legend for a XamDoughnutChart

    Hello, 

    I have XamDoughnutChart where it has a ItemLegend which i'm trying to style it and I dont understand how to do it.

    This is the style that I'm trying to apply:

    <Style x:Key="gridSubTitleGrayLabel" TargetType="Label">
            <Setter…

  • Styling IgcDockManager IgcPaneHeaderComponent after Chrome 103.xx.xx

    My question is about the style of IgcDockManager IgcPaneHeaderComponent after Chrome 103.xx.xx.

    Yesterday I have the Chrome version equal to 102.xx.xx and my header appear like this

    due to these classes

    (NOTE: the &::part notation works fine and @apply…

  • Custom Theme or Custom Style-Sheet

    Hi everyone,

    we want to create a custom theme or custom style-sheet for our Angular App.

    Is there some kind of editor where we can define how the Infragistics-Controlls should look?

    If not, what is the best way to create a custom theme or to style all…

  • Style group by rows in xamdatagrid

    I have this xamdatagrid before grouping it looks like this

    BeforeGrouping

    And After I have grouped it looks like this

    AfterGrouping

    As you can see in the after group picture the lines are very hard to read. So how can I remove the texts and only show the digits and align the digits…

  • Conditional style for igx-grid column Summary

    I have a igx-grid and a custom Summary in some "Number" columns. I need to style the summary label for each column, weather the Sum is below or above zero.

    For example, red color for the label if sum < 0 and green color if sum > 0.

  • Themes not working due to missing Shared Styles

    Hello,

    i just installed die Trial Version of Ultimate UI and wanted to use the included Themes according to how it is described here:

    https://www.infragistics.com/help/wpf/designers-guide-using-themes

    My project build fails with exceptions like not being…

  • Styling ribbon menu tool and button tool

    I want to modify the the default style of the menu tool and the button tool. 

    I need the border of the tools to be visible, background color is to be same as default WPF button. 

    And on mouse over color to be light blue (same as WPF button) instead of yellow…

  • XamDataGrid cell highlight/background change dynamically

    Hello,

    I have a wpf window which has a xamdatagrid and a user control.  The grid's columns represent horus of the day and its rows are days of the year.  The grids' bound objects have a property for each hour of the day.

    The user control allows…

  • Set background for disabled rows when HighlightAlternateRecords is set

    Hi, 

    in our grid implementation "HighlightAlternateRecords" is set true. We are using a style to change the background of disabled Rows:


     <Style x:Key="DataRecordCellAreaStyle" TargetType="{x:Type igDP:DataRecordCellArea}" >
    
            <Setter…

  • Display datetime column with single or double digit hour, as appropriate

    I have a column in an UltraWinGrid bound to a datetime value.

    I would like cells in this column to display the time (just the time, no date; and without the date calendar drop-down) in standard .Net "h:mm tt" format, adjusting the number of hour digits…

  • High Density Scatter Series over scatter area series

    I am plotting high density scatter series over scatter area series. 
    I want to check if the contours are calculated correctly. 

    But the size and the colors of the point of high density scatter is too small, therefore hard to see. 

    Is there any other way to…

  • XamGrid not showing filter icons

    Dear Infragistics team,

    I noticed a strange behaviour when using Infragistics and Devexpress controls in same project.

    When Devexpress (v16) dlls are added the filter icons of the XamGrid are not visible anymore.

    How it should look like:

    How it looks…

  • XamDataGrid Field Binding nullable types RecordContainerGenerationMode

    Hello,

    I am using a XamDataGrid with the datasource bound to a collection of interfaces, which are resolved to the respective classes via UnityContainer. The fields are defined with namebinding, underlying types are short, string, int?, decimal?. RecordContainerGenerationMode…

  • Styling XamDataGrid by extending an existing control theme

    Hi, I want to use one of your themes (RoyalDark) in my solution, but I want to do some minor modification to the theme, such as colors.

    I've tried the Resource Washer, but that adds color to way too many elements and does not look good.

    I've tried…

  • How do I change the backgorund color of igDataChart?

    Hi,

    I'd like to set the background color to transparent outside the rest of chart plot area, but I couldn't find the corresponding property.

    The background color of the plot area was already set to gray by "plotAreaBackground", and is there another…

  • Styling a common NumericField Format

    In a read-only NumericField of a XamDataGrid I can set the Format easily with 

    Format="###,###,##0.00;(###,###,##0.00)"

    but I want to make this the default format so I'm trying to write a global default style. I think I need help understanding…

  • xamDataGrid: Apply data error style to individual fields / cells

    Hallo there,

    Is it possible to apply styles programmatically behind the code to individual fields or even to cells?

    Currently I'm using a single DataErrorIconStyleKey that I added to the xamDataGrid.Resources.
    It would be great though if I could set…

  • XamDataGrid Filter Dropdown style

    I have a grid using the Metro theme.

    How can i fix dropdown filter so that the font, padding is smaller and the height of the popup taller?

  • CellValuePresenter Background binding

    Hi All,

    Can someone please help me. I need to change my Cell Background color, The user can select a color with a color picker that gets stored in configuration.

    public SolidColorBrush SolidColorBrushValue
    {
    get { return MatrixView.SolidColorBrushVa…

  • xamComboEditor ig vs igEditors

    Why if i use xamComboEditor from igEditors he not have "autocomplete" options as in ig namespace, but if i use xamComboEditor from ig, i not have DropDownButtonStyle and more?

    What are the differences ig and igEditors, and what i need use?

  • Export grid without style

    Hello,

    I am exporting a grid using: $.ig.GridExcelExporter.exportGrid(...);

    Can I export the grid without style?

    I only watch the options tableStyle and gridStyling, but i can't set none style. 

    Thanks you and kind regards.

  • ExpanderBar not displaying

    I'm styling the expanderbar as below. I can't get it to show. It could be the theme that it's overriding it but I need to set this in a shared resource file, not on part of the actual XamDataGrid resources. Can someone please suggest how to set this in…

  • Styling GroupByAreaMulti

    Hello,

    I'm trying to style the GroupByAreaMulti but it does not work. I still have the default style. Can someone please advise?

    <Style TargetType="{x:Type igDP:GroupByAreaMulti}">

    <Setter Property="Prompt1" Value=…