Hi,
I have a Filter row on MVVM Grid with server paging. The filter works for the most part. The problem is with some text filters which I believe are AutoComplete boxes. I want it to work so that the user enters the criteria in the box and no filtering is attempted until they press Enter. I've configured it so that the minLength is 3000 and it seems to work ok unless I backspace and remove all the text. Once the last letter is removed the filter is fired even though Enter has not been pressed. This fires a call to my WCF service which returns a 400 Bad Request error and sets the spinning image going. If you then press Enter, the WCF is called again and this time succeeds but the spinning icon remains. In Firefox and Chrome it works as described above but the spinning image disappears so it is ok. It is only in IE11 that the spinning image remains. Ideally, I'd like to prevent the call to the WCF that returns the 400 Bad Request error but if I could get rid of the spinning image that would be a big improvement from where I am. I've seen some examples but they don't seem to apply to an MVVM situation.
The kendo version I am using is 2014.3.1119.
Please help.
I have a Filter row on MVVM Grid with server paging. The filter works for the most part. The problem is with some text filters which I believe are AutoComplete boxes. I want it to work so that the user enters the criteria in the box and no filtering is attempted until they press Enter. I've configured it so that the minLength is 3000 and it seems to work ok unless I backspace and remove all the text. Once the last letter is removed the filter is fired even though Enter has not been pressed. This fires a call to my WCF service which returns a 400 Bad Request error and sets the spinning image going. If you then press Enter, the WCF is called again and this time succeeds but the spinning icon remains. In Firefox and Chrome it works as described above but the spinning image disappears so it is ok. It is only in IE11 that the spinning image remains. Ideally, I'd like to prevent the call to the WCF that returns the 400 Bad Request error but if I could get rid of the spinning image that would be a big improvement from where I am. I've seen some examples but they don't seem to apply to an MVVM situation.
The kendo version I am using is 2014.3.1119.
Please help.