I have a repeating table and I filter this repeating table at client side. But now I have a large amount of data and filtering this needs much time and in IE8 there is warning about long running script. I want to filter this data at server side or in data connection. How can I do this? What must I do?
Thanks in advance.