Smartclient version: v10.0p_2015-06-17/Enterprise Deployment
We are using two ListGrids in our application. ListGrid1 is for the groups and ListGrid2 is for the partners associated with the group selected in ListGrid1. Please refer to the screenshot ListGrids.bmp.
Once a user select a group in ListGrid1, all the partners associated with that group are getting displayed in ListGrid2. We are using FilterEditor to filter the partners in ListGrid2. Whenever we are typing a key in filterEditor of ListGrid2, it is sending a DSRequest to search partners name matching with the key entered in filter editor. Whenever we are searching for the keys in filterEditor it always shows "No Items Found" in the PickListMenu. Although, we can see that there are partners name available with the given keyword.
After analysis we found that in this DSRequest(filterEditor search in ListGrid2) if we can send the GroupKey of group selected in ListGrid1 as parameter.
Is there any way we can add the GroupKey(of group selected in ListGrid1) as a parameter in DSRequest object send by the filterEditor of ListGrid2 when we type a key in the filterEditor?
In version 10.0, we have noticed that smartclient is using a PickListMenu as a component to display the results for the keyword search in filterEditor in ListGrid2 but in previous verion i.e 8.2, smartclient were using ListGrid itself to display key search result for filterEditor in ListGrid.
Is it possible to hide the PickListMenu for the filterEditor search in ListGrid or is there any way to use ListGrid itself as a component to diplay the filterEditorSearch results?
We are using two ListGrids in our application. ListGrid1 is for the groups and ListGrid2 is for the partners associated with the group selected in ListGrid1. Please refer to the screenshot ListGrids.bmp.
Once a user select a group in ListGrid1, all the partners associated with that group are getting displayed in ListGrid2. We are using FilterEditor to filter the partners in ListGrid2. Whenever we are typing a key in filterEditor of ListGrid2, it is sending a DSRequest to search partners name matching with the key entered in filter editor. Whenever we are searching for the keys in filterEditor it always shows "No Items Found" in the PickListMenu. Although, we can see that there are partners name available with the given keyword.
After analysis we found that in this DSRequest(filterEditor search in ListGrid2) if we can send the GroupKey of group selected in ListGrid1 as parameter.
Is there any way we can add the GroupKey(of group selected in ListGrid1) as a parameter in DSRequest object send by the filterEditor of ListGrid2 when we type a key in the filterEditor?
In version 10.0, we have noticed that smartclient is using a PickListMenu as a component to display the results for the keyword search in filterEditor in ListGrid2 but in previous verion i.e 8.2, smartclient were using ListGrid itself to display key search result for filterEditor in ListGrid.
Is it possible to hide the PickListMenu for the filterEditor search in ListGrid or is there any way to use ListGrid itself as a component to diplay the filterEditorSearch results?
Comment