Browse By Tags

  • XamDataChart background

    Hi,

    I have an XamDataChart with a vertical green line (ValueOverlay), and I would like to set a gradient (white-green) background for the XamDataChart so that it extends only up to the green line. How can this be achieved, if possible?

    Thank you :)

  • How to achieve igCombo default selected-item background color for many igCombos?

    I have many igCombo, each needs to have the selected item background color different from another, so nothing to change JS.

    I would like to just tie the id of the div interested by igCombo with the class of the igCombo "ui-state-active" but because the…

  • 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…

  • Xamdatagrid Records and fields Backgroundcolor

    Hi All,

    I need some help. I am coming from the Windows Forms Ultra Grid and want to convert my my grid to the XAMDatagrid. The grid needs to update in real time.(Not the data in the grid but the X-green line and Y-Green Line). I've attached a project where…

  • Unable to set transparent background in data series area

    I am trying to set the transparent background for data series in xam data chart..But every time i was setting the background property to transparent, it is not reflecting in the chart.Here is the sample chart i have tried

    .I m in need to get rid of the…

  • Background Image Alignment for Controls like UltraToolbar/Ribbon

    Hello,

    we are using the UltraToolbar in our software and we wanted to replace the main windows title with an image. The background image property of the UltraToolbar is quite useful here (Ribbon CaptionArea).
    But the image is in the center (horizontal)…

  • Using LinearGradientBrush background to mimic a bar chart

    This blog post was inspired by one from Alex Fidanov and uses its code.

    Looking at his sample I wondered if I can tweak the Age field some more so that the gradient used as a background to be more informative – to display an accurate graphic representation…

  • Transparent XamMaskedEditor doesn't automatically adjust its Foreground when set against dark background

    I am using both XamTextEditor and XamMaskedEditor in a container control (Xceed DataCell) that changes its background colour depending on whether it is in edit mode or not.  To not obscure this background effect, I have set the Background of the XamTe…

  • Tree with Windows Vista Look

    Hello,

    Can we achieve this look and feel with the infragistics tree? ( Tree shown on the picture is a TreeView from Windows ). ( With the fullrow select and rootlines, selection color etc. )

     

    Many Thanks.

  • Setting width of node background to maximum

    Hello guys!

    I'm wondering about if it is possible to set the width of the background of each node to the width of the WinTree component. Currently I am working on some kind of SAP simulation and their tree view support this function (see the provided image…

  • HighlightAlternateRecords behavior with a hierarchical data source: Both 2007.2 and 2008.1

    Hi,

    I'm using an object data provider for a BindingList collection of objects with a nested BindingList object i.e. 2 level hierarchy.

    I've specified HighlightAtlernateRecords = True on the FieldLayoutSettings of the FielLayout for the Parent…

  • XamDataGrid CollectionViewSource(Currentchanged is not executing when i move between record in the XamDataGrid)

    Hi,

    Code Snippet:

    BindingList<SalesPerson> persons=new  BindingList<SalesPerson>();

    .... code that populates the persons.

    CollcetionViewSource cvs=new CollectionViewSource();

    cvs.Source=persons;

    cvs.View.CurrentChanged += new EventHa…

  • Change Background Color for child record (based on value)

    I have an XAMDataGrid that is bound to a custom data object that has a hierarchial structure. The grid displays these reslts just fine.

    I need to be able to change a specific row's (child) background color.

    I understand that I can use the XMAGrid.FiledLayouts…

  • how can I set ForegroundHoverStyleProperty is nothing

    how can I set ForegroundHoverStyleProperty is nothing when mouse over the cell

     

    the code doesn't work:

         Dim foregroundHoverStyle As New Style(GetType(ContentPresenter))
            foregroundHoverStyle.Setters.Add(New Setter(DataRecordCellArea.ForegroundHoverStyleProperty…

  • Re: xamDataGrid - Animation of DataRecordPresenter Background color using DataTrigger

    Alex, 

    Thanks that helped and you answered quickly as well, but I still ran into problems.

    Your answer closed off what the property item syntax was for the Target. I got it to work, still using a DataTrigger. 

    The source code I have is rather large. In summary…

  • Binding a Column's Background Color to the Header's Color

    I'm trying to create a data grid that looks like a spreadsheet where the background color of the first column is the same as the background color of the header row, regardless of which theme is selected.  If you look at Excel, the numbers 1,2,3 are listed…

  • DataRecordCellArea problem

    Hi everyone,

     

    I' ve the seguent style for DataRecordCellArea

         <Style TargetType="{x:Type igDP:DataRecordCellArea}">
            <Setter Property="Background" Value="White"/>
            <Style.Triggers>
                <DataTrigger Binding="…