This is a migrated thread and some comments may be shown as answers.

bug/inconsistencyin RadGrid with DelayFilter

1 Answer 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Greg
Top achievements
Rank 1
Greg asked on 05 Jul 2011, 03:34 PM
In firefox, pressing backspace with in a delayfiltered filter box causes a postback after the delay. in IE8 and chrome it doesn't.

Full steps
1) Go to This rad grid demo page
2) put '2' in the order id column and wait for 4 seconds. The page reloads with the new filter (no results, but it doesn't matter what the text is).
3) Click on the field so that the cursor is to the right of the text.
4) Press backspace and wait for 4 seconds.
5-firefox) grid postbacks and updates as I expect it should.
5-ie-or-chrome) grid doesn't postback. Pressing enter does the postback (almost a valid workaround).

I think it should do the post back, but most of all I think it should be consistent.

Greg.

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 08 Jul 2011, 03:49 PM
Hi Greg,

The reason for this behavior is that browsers other than FireFox do not count the backspace as keypress event and that's exactly when the filter command is thrown. Key-down, on the other hand, is not an option as there are other browser inconsistencies with it too.

All the best,
Tsvetoslav
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Grid
Asked by
Greg
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or