Hello.
Using the smartgwt 2.4 and noticed that first the tree grid does not use the default 300ms delay for filtering.
If I try to use grid.setFetchDelay(500); for example it also does not apply it.
Is this normal or is a bug?
Because it is not that good to have a query for every character the user enters in the filter editor.
Using the smartgwt 2.4 and noticed that first the tree grid does not use the default 300ms delay for filtering.
If I try to use grid.setFetchDelay(500); for example it also does not apply it.
Is this normal or is a bug?
Because it is not that good to have a query for every character the user enters in the filter editor.
Comment