I every one i need to something like as shown in the attachment
Can any one help me out. I dont want to use tool bar search and default search of jqgrid. Thanks.
I every one i need to something like as shown in the attachment
Can any one help me out. I dont want to use tool bar search and default search of jqgrid. Thanks.
If I understand correct your question you can solve your problem by adding searchoptions to the colModel
item which corresponds "Related To" column. The searchoptions
should has sopt
property with the operations which you need to allow for the column. For example
searchoptions: { sopt: ['eq', 'cn'] }