Browse By Tags

  • Facing issue while retrieving the filtered rows.

    Hi

    I want a small clarification on one of the use case related to IgrDataGrid (https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).

    When we apply filter on any column then we want to retrieve the rows which are…

  • Selecting Group By Row

    Hello, 

    In my application I currently have a search functionality that returns a result set. This result set is grouped into rows using the SortedColumns property based on an ID. I wanted to add a checkbox column outside of these grouped rows to allow…

  • running sum

    How can i calculate a running sum on a bound datagrid in an extra (unbound) column ?

  • No intermediate columns

    Hi,

    I'm trying to style XamDataGrid to show only column headers in the very top and no headers for the expanded children. The view will be like TreeListView then (http://blogs.msdn.com/atc_avalon_team/archive/2006/03/01/541206.aspx). I havent managed…

  • XamCheckEditor in XamDataGrid, would like UpdateSourceTrigger=PropertyChanged

    Hi! We have a use-case in which the user selects rows from a grid via a column of checkboxes, clicks on a ribbon button, and executes an operation on checked rows.

     

    Now the default behaviour of the XamCheckEditor (in conjunction with XamDataGrid) is…