Hi,
a week ago i asked how to filter Grid filter only empty rows, and you gave me a working solution, which was
bk_AuditError_Grid.filterBy(error_index, function(a) {return (a == "");});
Now, i want to filter only the rows with values, how can i do that,
thx in advance>
Ndegwer