Hello.
I use radGrid to show some data on a web page.
The radGrid is placed into an AJAX panel.
Some of the databound columns of the grid have AutoPostbackOnFilter set to 'true' and CurrentFilterFunction set to 'Contains'.
No filter template is specified. So default filters are used.
When using IE 8,9 and Chrome everything is OK, but there is a problem in Opera (10.62).
When I type some text in the filter field and then press Enter key, radGrid makes 2 ajax-postbacks instead of 1.
KeyPress event is not fired on Enter key, but 2 OnCommand events are fired with commandName='Filter'.
So, the question is: How to avoid such behaviour and make only one ajax-postback on filtering by Enter key.
I tried to find the answer on telerik forums and in demos, but still have no success.
You can see the described behaviour on radGrid demo:
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/filtering/defaultcs.aspx
Type 'Vins' in ShipName column filter and press Enter. You will see that 2 ajax-postbacks occured.