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

Grid filtering issue after updating from R2 to R3

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 19 Oct 2016, 12:30 PM

I have a page that opens up a KendoWindow with a Grid.  I have a Kendo DDL outside of my Grid that calls a method to filter the contents of the grid from the Ajax datasource. The Grid is wrapped inside a form.  The DDL is outside of the form, but calls a function to filter the rows in the Grid.  Each row of the Grid has a button that submits the form with the value of the button that was clicked.  After updating to R3, when the DDL is used to filter the Grid, the Grid is refreshed, but when clicking ANYWHERE in the browser, even clicking in the developer tools which are open in a separate window, causes the Grid to filter again (appears to flicker) and allows the Grid to function as it did with R2.  This happens in IE11 and the latest version of Chrome.

In the change log for this release states that one of the issues fixed for Grids was: Grid filter flickers on IE 11 when the widget is loaded inside Window.  I never had a problem, with but R3, I think that maybe this fix is possible the cause of my issue.

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 21 Oct 2016, 06:47 AM
Hello Richard,

The changes made to resolve this issue should not cause the described extra filter in your scenario.

Still, could you please send a runnable example reproducing it so we can investigate further. 

As a DropDownList widget is used for filtering, I can suggest checking the breaking changes for the DropDown, to see if any of them are related to your implementation:

http://docs.telerik.com/kendo-ui/backwards-compatibility/2016/2016-backward-compatibility#kendo-ui-2016-r3

I will be expecting the example to continue the investigation.

Regards,
Stefan
Telerik by Progress
 
Build rich, delightful, *native* Angular 2 apps with Kendo UI for Angular 2. Try it out today! Kendo UI for Angular 2 (currently in beta) is a jQuery-free toolset, written in TypeScript, designed from the ground up to offer true, native Angular 2 components.
 
Tags
Grid
Asked by
Richard
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or