Browse By Tags

  • filtering in code behind - checkbox still checked

    Hi!

    I'm filtering my webgrid in code behind (c#) with this code:

    Infragistics.Web.UI.GridControls.ColumnFilter cf = new ColumnFilter();

    cf.ColumnKey = element.Attributes["dataField"].Value;

    cf.Condition = new RuleTextNode(TextFilterRules…

  • Filtering more than one column in Ultrawebgrid

    I am using ultrawebgrid with filtering enabled on all columns. Without any filter it has 100 rows. I applied a filter on the first column, the result is now having 24rows. Now when I tried to filter the second column the values in the filtering dropdown…

  • WebDropdown

    Hello,
    I have some issues with webdropdown.
    code:
     <ig:WebDropDown AutoFilterQueryType="Contains" EnableAutoFiltering="Server" TextField="displaystring"
                Height="200px" Width="500px" ValueField="displaystring" AutoFilterSortOrder…

  • Grouping and Filtering used in combination

    Hello,

    Recently I've made a webgrid where the data is grouped by a few columns. This works without problems.
    Now, however, i've tried to add filtering to the page. At first I set the filtermode to SiblingRowsOnly.
    This had the effect that the filter…

  • Excel Export & Filter

    I'm using the UltraWebGridExcelExporter control to export my WebGrid data to an Excel file. So as to export all data (and not only the first 50 rows), I use the following "technique", as advised in the (defunct-now) old Infragistics forum …

  • change ultrawebgrid header filter icon

    How do I change the filter icons in the UltraWebGrid? I have looked all over and tried different style properties, and have looked through the intellisense properties. I can't figure out how to use my own filter icon. It appears to be built into infragistics…

  • multiple filter conditions for same column

    Hi,

    I have to give 2 filter conditions to a column  in webgrid (i.e. if the column value is equal to "T"  or "TI")  How do I put an OR condition in the 2 conditions and assign it to that column?

    Thanks,

    Gauri

     

  • Unable to Filter client side

    Hi,

    I have a sql datasource for my grid which is obtained at runtime and so I have the LoadOnDemand = NotSet and Browser= Auto in my case to avoid setting the datasource on initialization.

    So far so good, but now I am trying to enable client side sorting…

  • Filtering option 'NonEmpty' on integer columns is not considering rows having value 0

    Hi,

    I am using Infragistics UltraWebGrid(v8.3) client side filtering. Filtering option 'NonEmpty' on integer columns is not considering rows having value 0. If a particular integer column is having values 0,1,2,3,4. If i select 'NonEmpty' filter option…

  • WebGrid page giving javascript error when i use Filtering with FilterUIType=FilterRow

    WebGrid page giving javascript error when i use Filtering with FilterUIType=FilterRow.

    Grid has templater column and sorting enabled. when i use FilterUIType=HeaderIcons it works fine.

    But when i use FilterUIType=FilterRow, page runs but has javascript…

  • Source code for UltraWebGrid filter option

    Hi,

    where could I find the source code for following sample ?
    https://www.infragistics.com/samples/aspnet/data-grid/filtering-basic-features

    I'm interested in the filtering feature, I would like to reuse the same animated drop down, with the same content…

  • Sort items in filter list

    Hi,

    I can't seem to figure out how to sort items that show up in the filter list when I click on the filter icon in the header row of a grid.

    I have a column that is DataType="System.Int32" and it sorts fine in the grid, but when I go to filter it…

  • Checkbox in the header how to keep values on sort and how to make it not moving

    I am trying to implement ultrawebgrid and I have problem. I have checkbox at the last column in the datagrid. First I would like all the columns in the grid to be able to move, sort and filter, but I want to prevent that checkbox column from moving, I…

  • Filter Frustration

    It would seem that too many choices are just as bad as not enough.  Getting the filtering in the WebGrid to work seems to be some arcane combination of property settings and event handling code but the array of choices is just bewildering.  I've tried every…

  • filter dropdownlist items

    hello,

    how i can select which items will be disable in the filter dropdownlist of the grid.

    for example,

    i want to see only "iqual", "like" and "not like" items in the filter.

    it is possible??

     

  • Get Filtered rows

    hello,

    how i can get only the filtered rows of a webgrid?

  • cursor while the grid is filtering

    hello,

    i have a grid with a rowfilter.

    i want to change the cursor while the grid is filtering because it has more than 2000 rows and delays

    the filter is on client i use

    function UltraWebGrid1_BeforeRowFilterApplied(gridName, oColumn){
        document…

  • doesn´t fired the FilterPopulating event

    hello,

    i have a grid that doesn´t fired the FilterPopulating event.

    the filter its on server.

    why it happens?

     

    i want to make this example: http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR3.5/html/WebGrid_Creating_a_List_for_WebGrids_Drop_Down_Filter…

  • ultrawebgird Filter problem in infragistic 2008

    Hi,

    I am using infragistic Ultra webgrid in my test web page.I am binding data dynamically to the grid.
    I am facing some problem in the Filter. as in my grid i have created a button which open a panel and show the data which was click, in that grid there…

  • Muti Column Filtering problem.

    Hi,

    I have multi row filtering option on a WebGrid. When i filter one column and try to filter another column, second filtering dropdownlist shows all data as webGrid shows data before filtering. Suppose 

    Col1      Col2       Col3

    1           11          111      

    1           12      

  • My Filter Frustration: Hierarchical grid w/ xmlloadondemand & scrollondemand

    Hello everyone -

     I have been trying to implement a Hierarchical Ultrawebgrid that uses XMLLoadonDemand and ScrollOnDemand.  The grid goes three bands deep.  I have the FilterUIType set to FilterRow. 

    The problem I am having is related to filtering and…

  • In choose filter dont fire any event

    Hi,

    In my aplication I use the UltraWebGrid component and have a filter of the RowFilter type. I'm doing a counter of the finded items and display in footer of the grid, using AfterRowFilterApplied event, I do the code bellow:

     function gv_AfterRowFilterApplied…

  • Use Row filter in sql query

    Hi

    I want to use the selected row filter in my sql query.

    I have a Grid which is setup to use row filtering.
        e.Layout.FilterOptionsDefault.AllowRowFiltering = RowFiltering.OnServer;
        e.Layout.FilterOptionsDefault.FilterUIType = FilterUIType.FilterRo…

  • Icon Column Filter DropDown style?

    I have an Icon filter on a column but the DropDown rows are too big compared to the text inside!

    Any idea what is causing the issue or how to fix this? 

  • Checkbox in Filter Options

    I am trying to build a Pivot Table type Filter options, trying to provide feature of showing checkbox against each filter option. How can I achieve this using WebGrid and allow user to filter based on more than one values in a column.

    Regards,

    VPat…