Browse By Tags

  • Filters and Datapoint Positioning

    I'm evaluating your webcharts as a possible replacement for SSRS reports and the Reportviewer control.  However, I'm having trouble understanding a few things.

    First, how do I specify what fields from my stored procedure show up the chart?  The…

  • Unable to get grid value in server side

    Hi,

    I have ultrawebgrid ,Each row  contains one checkbox and one remarks (text box), on click of submit button i need to get all the values which are checked alongwith the remarks on

    BtnSubmit_Click event of button but i am unable to find the control…

  • Google Chrome & UltraWebGrid. Compatible or Not?

    I've got a problem. One of the datagrids a website which I am developing, doesn't show any rows >ever< when viewed under the new Google Chrome browser that was released earlier today.

    Has anyone else noticed any inconsistences with the Infragistics…

  • running sum

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

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

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

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

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

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

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

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