Browse By Tags

  • Dynamic headers of Detail table

    I have a XamDataGrid with table data giving a master detail relationship.

    Master (Particle):

    Fields: Name, Retention Time, Signals => detail

    Detail (Signal):

    Fields: Integral, Volume, Concentration…

     

    Now the field integral can have different…

  • Adjust vertical and horizontal size of a field label on the XamDataGrid

    Currently XamDataGrid does not allow the user to resize a field label Vertically when in a Vertical orientation or Horizontally when in a Horizontal orientation.  While for most cases this is adequate behavior, in the case when the grid is being driven…

  • Add a button in header or group header to make some action on group of data displated in Datagrid under the group

    is it possible to simply add a button in the header or group header to make some action on group of data displated in Datagrid under the group ?

  • No header in xamdatagrid with orientation=horizontal

    I have 2017.2 xamdatagrid with this setting:

    <igDP:XamDataGrid.ViewSettings>
    <igDP:GridViewSettings Orientation="Horizontal"/>
    </igDP:XamDataGrid.ViewSettings>

    When I bind to an empty list as the DataSource, I get no header…

  • Define Style for Column Header.

    Hi

    I want to define style for column Header of XamDataGrid with following

    Header Background color, foreground color , alignment, fontsize, sorting etc.

    For above effect, I have used

    DataRecordPresenter and LabelPresenter

     

     

     

    But from…

  • One Regular Column Header with multible FieldLayouts

    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…

  • Another Hierachical Data and Field Layout / Binding question

    I have a Custom object that represents inventory items and looks similar to this:

     public class InvItem {

            public string ItemID {

                get;

                set;

            }

      public string UPC_SKU {

                get;

                set;

       }

       public string StockingUM {

                get;

                set;

       }

    public decimal Price {

                get;

                set;

     }

     public decimal Weight {

                g…

  • Header SubGroup Level

    Hi,

    I would like to have a header that include some columns and I want it to react properly when columns move.  I tried many different options and I never succeed to make it work correctly.  The best I found is to add a column with no data in the row zero…

  • Adding comboboxes to the grid header

    Hi everyone,

    I'm wondering, how can I achieve the case depicted below, using the xamDataPresenter control?

    I need having equal drop-downs in each of the grid's columns. I don't know how many columns will be in the data source (DataTable object…

  • Row header label

    Hi all.

    It is possible to show a label with continuous numbering in the row (record) header? Many thanks for any hints.

    Phil

  • Column header always on in xamDataGrid

    I am using NA 2010.3.

    I am using entity framework with xamDataGrid.  When I query the database using QueryObject and if the query return 0 rows, the column header disappears.  Is there a xaml setting for xamDataGrid such that the header remains eventhough…

  • Column Header with Multiple Rows and Merged Columns

    I am currently evaluating the grid and would like to know how customizable the column headers are.

    Could someone please take a look at at the attached picture and let me know if it is possible to achieve the type of header customization shown there?

  • Column Header location ?

    Trying to add an adorner that is fixed just bellow a column header.  How would one go about getting the right Point?   Is there an example anywhere?

  • GroupByRecord of HeaderPrefixArea

    Hi,

    I want to get the GroupByRecord (and his record child) of an HeaderRecordArea.

    I don't find how to get this (I try with recursive function FindParent (FrameWorkElement) and VisualTreeHelper function and no GroupByRecord is Found).

    Is solution…

  • How to place a checkbox or a button on the XamDataGrid column header field?

    Does anyone know how to place a checkbox or a button on the XamDataGrid column header field? Can you help me out? Sample code would be very helpful.  Thanks!

    Vincent

  • Separate header for Hierarchical datas

    Hi all,

    In my grid i have binded hierarchical data (4 level). Everything working fine.

    Think my grid have 10 rows. If i expand the 3rd rows in my grid, it is expanded.

    After that, it is very difficult to match cell values and column header from 4th…

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

  • XamDataGrid -- Editing headers?

    Is there a way to style the actual controls used in a XamDataGrid's headings?  Specifically (as crazy as it sounds), I want to be able to in-place edit a grid column heading. It would behave like a regular editable grid-cell; namely that it would look…

  • Only one header when using grouping?

    Hi!

    When using the grouping feature of XamDataGrid, is it somehow possible to only have a single header on top of all groups instead of having a header inside every group?

    Regards,

    Andreas

  • Styling the HeaderPresenter

    I’m trying to style the background color of the Header Presenter.  I’ve styled it as follows:

    <Style TargetType="{x:Type igDP:HeaderPresenter}">
     <Setter Property="Template">
      <Setter.Value>
       <ControlTemplate…

  • [URGENT] Multiple FieldLayout's with one header

    Hello,

    I'm trying to achieve something like this:

    <FieldLayout>

    ... 

    <Field Name="Id" Column="0" RowSpan="3" />

    <UnboundField Name="Size0" Colum="1" Row="0" />

    <UnboundField Name…

  • Problems with Multi-level headers and the spliter

    Here is our problem... 

    We have a custom control for adding and removing columns to our grids.  When we update the grid, we have to rebuild the headers.  It doesn't work in all cases.  If the user has moved the splitter, the multi-level structure collapses…

  • XamDataGrid Header size

    Hi,

     Whenever I put my font-size bigger the header text also enlarges. This is good.
    But, the size of the header stays standard.

    How could I fix this, so that the size of the header is as big as the text in it.

    I've tried some things now, but nothing…