Browse By Tags

  • on-demand databinding in xamdatagrid

    Hello,

    We used an UltraDataSource with our winforms infragistics grid, to do on-demand loading.

    We needed this because our medium-sized datagrids (10000 rows) were backed by datasets that were updated asynchronously. Updates affect all rows in the dataset…

  • Must disconnect specified child from current parent Visual before attaching to new parent Visual

    I am trying to take the selecteditems collection from one grid and use it as the datasource for a different grid and I am getting the error "Must disconnect specified child from current parent Visual before attaching to new parent Visual" when I exectute…

  • Cut data when cell is in editmode

    Hi

    I am trying to cut the value of entered data in cell. Cut method is my custom implementation. It works  well for cell which has editmode completed because value is persisted in the call. Please suggest to get the value of cell in edit mode.

    I tried…

  • Problem binding textblock control inside FieldSettings.CellValuePresenterStyle

    Hi,

    I am trying out the Infragistics WPF controls (version 9.1) and am facing a little problem. In my XamDataGrid, I want to use a Field that holds a TextBlock and that TextBlock's Text property needs to be bound to a property which is being used as…

  • Grid DataSource Issue

    I downloaded the free grid to try it out and see if the professional is worth the money.

     I am following the example in the PDF and when I get to:

     this.XamGrid.Datasource

     I don't see the word datasource in the dropdown.  It goes from Cursor to DataContext…

  • External Sorting / Grouping / Filtering / Aggregation with the WPF XamDataGrid

    Sorting, filtering, grouping and summaries, thus far, have always been performed been performed internally by the Data Presenter – it was designed after all to be the backbone of data-driven controls and it provides a whole armada of automatic functionality…

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