Jqgrid search toolbar filter unique drop lists?

If you use the datatype: 'local' you have the information which you need already in mydata . Alternative you can use var gridData = grid0.p. Data or which is the same var gridData = grid.

JqGrid('getGridParam','data') to get the grid contain of all grid pages . So instead of textsLength and textsi in the getUniqueNames function you could use gridData. Length and gridDatacolumnName or String(gridDatacolumnName) .

You will have to send the list to the page outside of jqgrid. Jqgrid will only pull a page at a time and does not know about all your other data if you are using it in ajax mode.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions