Hi Team ,
I am trying to provide the scarch option in my custom div.if i am doing showfilterrow: true, & filterable: true,than filter option is coming to every column , But i want to provided the same functionlity to my scarch div.
Ex:- <div id=”searchcontentforall”><input name=”search” placeholder=”Search” type=”text” id=”forsearch”/> </div>(this is there outside the grid)
this is my search div. if user will scarch in my input filed than it will work same like how filterable is working for every column.
this is my column for which i want to provide the search option
{ text: ‘Title’, datafield: ‘title’, width:’28%’,cellclassname: cellclassname},
i have seen example but i am not getting what i want , i gone though this example-http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/toolbar.htm?light
Thanks & Regards
shiv