Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Filter in listgrid

    i am using 7.0
    i am using "selectionAppearance:"checkbox"," to use checkbox in the grid.

    i am also using "showFilterEditor: true," in the grid, so it is showing one extra checkbox in the filter row.
    i don't want any checkbox in the filter row.
    how can i hide that checkbox.


    one more help is I want to modify the position of text boxes of filter options, my requirement is to have filter textbox below the column header title(rite now it is above the column header).
    now it is like, first row in grid is filter row and 2nd row is grid column header row. i want the vice-versa.
    any example for the same.

    #2
    Not a supported layout. It's not typical of query by example UIs found in other systems and seems to be just worse from a UI perspective.

    Comment


      #3
      @isomorphic
      thanks for ur reply...
      but about my first query : hide the checkbox that is present in the filter row.

      we can'nt even select/unselect that checkbox, then why can't we hide it.
      i mean functionality wise that checkbox is redundant.

      Comment


        #4
        Agreed.anyone know is there any way to hide it?

        Thanks

        Comment


          #5
          Add canFilter:false to the checkboxField (this is now the default).

          Comment

          Working...
          X