0

I have a problem how to make a default search based on Ship_via Column in the following demo demo which was done by Oleg. I dont know how to do it as I am new to jqGrid. Please any one help me.

I will make it Clear Oleg. First of all When the page loads the grid will show like the following:In the following grid,it show all the results when page load,

Default Multiselect grid

But I need the grid in following way when the page loads,By default in Shipped via Column, FedEx option should be selected and grid should be loaded,We should not select by clicking on FedEx option and later we can change for search option.I want with this example not with the other examples

Default Select

user1268130
  • 885
  • 3
  • 14
  • 31

1 Answers1

1

It's unclear what you mean under "default search".

If you need to display grid with filtered data you should read the answer for the corresponding code example. Another answer shows how to build searching filter dynamically. One more answer shows how the initial filter could be displayed in the searching toolbar. The answer shows how to save the filter in localStorage and reload the page at the next time with the same filter.

Community
  • 1
  • 1
Oleg
  • 220,925
  • 34
  • 403
  • 798