hi,
i have a cell defined like this :
|
1 |
stype:'select' url :'yyyyy' |
|
1 |
that fills the select box with options and all works fine . |
|
1 |
for example: |
|
1 2 3 4 5 6 7 |
when using filterToolbar the first element in the select box is '<option>ALL</option>' and the filter being sent to the server is <table border="0"><br /> <tbody><br /> <tr><br /> <td>{"groupOp":"AND","rules":[]}</td><br /> </tr><br /> </tbody><br /> </table>that returns all results. |
|
1 |
|
1 2 3 4 5 6 7 8 |
but when using regular search the filter being sent to server is <table border="0"><br /> <tbody><br /> <tr><br /> <td>{"groupOp":"AND","rules":[{"field":"column_10112","op":"eq","data":""}]}</td><br /> </tr><br /> </tbody><br /> </table>that returns no results , is there any way to make regular search behive as toolbarsearch?<br /> <br /> |
|
1 |
|
1 |
|
1 |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top