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

Problem with two grids on single page

1 Answer 147 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marcos
Top achievements
Rank 1
Marcos asked on 04 Oct 2017, 07:50 PM

Hello,

I'm trying the Kendo UI #Jquery and I'm having one problem with two grids on a single page. The two grids use the same model, but different  and values. When I filter one column of grid1 using native filters, the same filter is applied to grid2. How can I stop this behavior?

 

1 Answer, 1 is accepted

Sort by
0
Preslav
Telerik team
answered on 06 Oct 2017, 10:44 AM
Hi Marcos,

By default, any modifications to a dataSource are visualized to every widget bound to this dataSource.

Having said that, the only possible solution, in this case, is creating two separate dataSources and bind them to the relevant grid.

I hope the above information helps.


Regards,
Preslav
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Marcos
Top achievements
Rank 1
Answers by
Preslav
Telerik team
Share this question
or