Browse By Tags

  • Excel-like behaviours in xamDataGrid

    Hi, I need some assitance in implementing some features from Excel in the datagrid. I'm wondering whether it's possible to copy the content(value) of cell in the xamDataGrid, by dragging from one cell (bottom right corner) and down? The cells included…
  • [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…