Browse By Tags

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

  • Client Side filter not wroking

    Hi,

    I have a standard webgrid  I have enabled AJAX and Client side filtering option. when I run the application it did the job of filtering fine. later I made some changes in the grid like changeing some properties added some new Template columns, now…