Browse By Tags

  • Sparkline integrated in WPF Data Grid

    This post is kind of a follow up, part two if you will, on integrating the XamSparkline – a XAML cross-platform control part of both NetAdvantage for WPF and Silverlight Data Visualization packages – into Infragistics grids’ cells.

  • IgniteUI jQuery Grid Unbound Columns: Updating and Hierarchy

    igniteui-jquery-grid-unbound-columns-updating-hierarchyUnbound Columns bring you the freedom of flexible layouts in the IgniteUI Grid and neat support for features to make your grid behave like nothing’s that different.  After you’ve seen some of the capabilities (getting started blog) and inner…

  • How to get started with jQuery Grid Unbound Columns

    Ignite UI jQuery Grid's Unbound ColumnsAn all new functionality with the second release for this year comes to bring more flexibility to your grid and the way it handles data. The unbound column is one of the classic grid features throughout Infragistics experience with grids and now user…

  • XamDataGrid Change Date Format of an Unbound Field

    Hello, I have an Unbound Field in an Xamdatagrid. There should be a Date displayed but in a german order format. So I Changed the Mask from the XamDateTimeEditor. But Now it Only Displays the Day like 11/ / and the month and year are swallowed.

    The style…

  • Setting Field.AutoSizeOptions doesn't take any effect

    Hi. I'm adding an UnboundField at the runtime by using this code:

    UnboundField field = new UnboundField();
    field.Name = "Field";
    field.Label = "Field";
    field.BindingPath = new PropertyPath("Property");
    field.Settings.CellValuePresenterStyle…

  • Can I set a Field content string-constant in xaml?

    I have a grid where I wish one value to be a fixed unchanging string.

    I figured I could use an UnboundField for that, but I can't figure out any way to set the constant string value.

    There's gotta be a relatively simple way to do this, right?…

  • XamComboEditor does not set value of bound property

    Hi,

    I'm working with an XamDataGrid, dynamically adding a bunch of UnboundField's based on user selection. The reason for 'UnboundField's is that I want to set the BindingPath property, to allow binding to properties that don't exist directly on the…

  • Setting the style for UnboundField based on it's value?

    Hi.

    Using XamDataGrid 2011.1

    I've googled all the sites and checked Feature Browser for solution, but didn't find.

    Given:

    XamDataGrid with some unbound fields. Some of the fields are set for "indexer's" properties. Thus, unboundField's BindingPath…