Steps for getting started with the Multiple Controls Binding in MVC application:
Create a CollectionViewService and set id for it.
Create a FlexGrid control and set it's ItemsSourceId to the id of CollectionViewService.
Create a FlexChart control and set the same ItemsSourceId with FlexGrid.
This will create a FlexGrid and a FlexChart and they will bind to the same CollectionView, so if
we change the data of FlexGrid, we can see the data also changes in FlexChart.