jQuery UI Widgets Forums Grid JqGrid filter issue

Tagged: ,

This topic contains 3 replies, has 2 voices, and was last updated by  nravhad 8 years, 7 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • JqGrid filter issue #85117

    nravhad
    Participant

    Hi,
    We have a jQGrid in which we have 20 columns. For one of that column , we have put the filtertype as a CheckedList. That column may have value or may be blank. Now the issue is that if we select the blank checkbox from the filter condition it should show the filtered record with all 20 columns with blank value for that particular column. Instead of that its showing nothing or ” No record to display.” on the grid.
    Could you please help how we can set this filter for blank column value.
    Please see the below code for one column.

    { 
                text: '<div class="HeaderText bgEmir">Fircos</div>',
                datafield: 'Fircos',
                width: 85,
                cellsrenderer: renderers.fircos,
                filtertype: 'checkedlist',
                
               
            }
    JqGrid filter issue #85118

    Peter Stoev
    Keymaster

    Hi Nravhad,

    It depends on whether that blank value is Empty String or Null Value. The difference is big. If it is empty string, selecting blank value will display records with empty string. Otherwise, it will not.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    JqGrid filter issue #85122

    nravhad
    Participant

    Hi Peter,

    It is a empty string. But after selecting filter to empty it is not showing any record on grid.
    Could u please help me how to share image with you so that you will help me on this issue.

    Thanks,
    Nilesh

    JqGrid filter issue #85156

    nravhad
    Participant

    Hi Peter,

    Issue is still open. Could you please help on this issue.

    Thanks,
    Nilesh

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.