Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Stop the execution of the filterEditorSubmit

$
0
0
Dear All,

In the listgrid filter I want based on some condition to stop the execution of the filtering action, to do that I used the below code, I noticed if the filterEditorSubmit returned false one time then the filter will never work again even if the filterEditorSubmit doesn't return false.



Code:

filterEditorSubmit (criteria){

        if (condition){
       
                return false;

        }
}

Can you put your comments regarding that and tell me if there is any other solution for that

Version : SmartClient_v90p_2014-01-14_PowerEdition

Viewing all articles
Browse latest Browse all 4756

Trending Articles