Browse By Tags

  • XamDataGrid.InitializeRecord : args.SortValueChanged ignores sorting due to grouping

    I am binding to fast-moving realtime data, so I need to manually refrehs shorting positions when necessary.

    For this I am handling InitializeRecord:

            private void InitRecordForSortAndGroup(object sender, InitializeRecordEventArgs args)
            {
       
  • Need event like "RecordFilterDropDownClosing"

    Hi there,

    I'm trying to stop my view model from updating whenever a user starts using the filtering elements of the xamDataGrid.  Reason is, that it might update pretty frequently, and this causes confusion when selecting a filter value.

    Basically…

  • Record filter changed trigger

    I have a grid displaying the results of a SQL query where I'm limiting the number of results, but a group of labels above it that display aggregate values for the entire table, possibly including rows that don't get displayed on the grid. I can't use…