Hi! Paramquery!
Thank you always!
I just followed search example. (
http://paramquery.com/demos/search)
Then I found 'customData' option, I couldn't understand how it is working.
When put the data using customData option.. like this..
$grid.pqGrid("option", "customData", { foundRowIndices: this.rowIndices, txt: txt, searchColIndx: colIndx });
But I couldn't see any customData.. in each row.
And I also couldn't find any information in docs..
please let me know...