Browse By Tags

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

  • Upgraded from 7.2 to 8.3 and Filter on Custom Column doesn't work.

    I have a grid with a FilterRow.  This grid has an unbound column whose value I set its  in the InitializeRow event.  My filtering happens server side via the RowFilterApplying event.  I get the column, operator, and compareValue and populate a List<BusinessObject…