Hi Isomorphic,
I have a listgrid with few columns, and a filter attached to it. When we do a filter search with an operator for the first time , it works well. But when I am trying to do an search with different operator is it not allowing me to do.
In the code we have used , grid.setShowFilterEditor(true);
what I have to do is like below,
What happening in filter is, when we use an operator for filtering. The component is storing the operator as a cache as shown below.
Note: The user can able to delete the value alone not the operator.
Refer SC-1
What we can do to get rid of this, the user has to manually do a "Right-click" on the filter search area and need to select default value as in below screen shot.
Refer SC-2
I have searched in the showcase and found the similar behavior,
https://www.smartclient.com/smartgwt...rid_exp_filter
Do we have any other way to solve this issue?
Thanks,
Manjula
I have a listgrid with few columns, and a filter attached to it. When we do a filter search with an operator for the first time , it works well. But when I am trying to do an search with different operator is it not allowing me to do.
In the code we have used , grid.setShowFilterEditor(true);
what I have to do is like below,
What happening in filter is, when we use an operator for filtering. The component is storing the operator as a cache as shown below.
Note: The user can able to delete the value alone not the operator.
Refer SC-1
What we can do to get rid of this, the user has to manually do a "Right-click" on the filter search area and need to select default value as in below screen shot.
Refer SC-2
I have searched in the showcase and found the similar behavior,
https://www.smartclient.com/smartgwt...rid_exp_filter
Do we have any other way to solve this issue?
Thanks,
Manjula
Comment