Browse By Tags

  • Using Multi-Column Filtering in the XamGrid

    Let’s say you’re well along the path implementing your application, when your users turn to you with a request to filter records in one of the XamGrids using a multi-column filtering condition. You’re familiar with XamGrid single-column…

  • XamWebGrid Filter causes InvalidCastException

    I'm having a problem turning on the filter on the XamWebGrid.

    I have a XamWebGrid on my page that functions as expected. When I add the code for the filters,

    <igGrid:XamWebGrid.FilteringSettings>
                <igGrid:FilteringSettings AllowFiltering="FilterRowTop…

  • Filtering options missing

    I'm creating a XamWebGrid with filtering enabled but I only get two options for filtering: Equals, Not Equals. In your sample browser there are a lot more options for filtering. My columns are also textcolumns and the datasource fields are strings so…

  • XamWebGrid FilterRow - Setting default operator

    I have enabled the filterrow in my xamwebgrid and wish to set a default filter operator pr column. Is there an easy way of doing this ?

    regards

    Øyvind

  • Filtering and Pinning on single columns

    If you have a XamWebGrid with pinning and filtering turned on.

    Is it possible to turn it off for single columns in the grid. If the answer is yes then how can this be done.

    (In my application i have AutoGenerateColumns = false and i add all the columns…