We have a ListGrid with a FilterEditor. One of the columns is a SelectItem that allows selecting multiple values and is tied to an Optionsdatasource for its values.
The filtering is setup to be automaticially applied (instead of waiting for the user to set everything and then click the button to filter)
The issue is that we are seeing that if you select a few items in the SelectItem, one at a time, you can visibly see the results for only the first item in the table, then a small delay, and then the results for the first two clicks, then another deltay, and so on.
Is there a way to cancel any previous filter requests sent to the server when a new filter option is desired. In other words, when the second item is selected in the SelectItem is there a way to cancel the filter request for the selection of the first item before submitting the new filter request?
Thank you in advance.
Patrick
The filtering is setup to be automaticially applied (instead of waiting for the user to set everything and then click the button to filter)
The issue is that we are seeing that if you select a few items in the SelectItem, one at a time, you can visibly see the results for only the first item in the table, then a small delay, and then the results for the first two clicks, then another deltay, and so on.
Is there a way to cancel any previous filter requests sent to the server when a new filter option is desired. In other words, when the second item is selected in the SelectItem is there a way to cancel the filter request for the selection of the first item before submitting the new filter request?
Thank you in advance.
Patrick
Comment