Hi,
We are using Filter Builder search, provided by Smartclient. We have menu bar and to view the same entity but cirteria is different to search.
We have used the same Datasource for every view/search action.
e.g. View Employee will fetch the data from Employee table.
View Dept, will fetch the data from Department Table.
My requirement is to send the identifiler (e.g. callAction:emp, calledAction:dept etc) to backend so that we can identity from where we need to fetch the date, emp table or dept table).
FYI, We have used the below code to display the FilterBuilder Search on top of the ListGrid
tabPane.listGrid.setShowFilterEditor(true/false); //true for display and false for hiding search.
Please let me know how to pass/set extra prameter in criteria to back-end.
We are using Filter Builder search, provided by Smartclient. We have menu bar and to view the same entity but cirteria is different to search.
We have used the same Datasource for every view/search action.
e.g. View Employee will fetch the data from Employee table.
View Dept, will fetch the data from Department Table.
My requirement is to send the identifiler (e.g. callAction:emp, calledAction:dept etc) to backend so that we can identity from where we need to fetch the date, emp table or dept table).
FYI, We have used the below code to display the FilterBuilder Search on top of the ListGrid
tabPane.listGrid.setShowFilterEditor(true/false); //true for display and false for hiding search.
Please let me know how to pass/set extra prameter in criteria to back-end.
Comment