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

Passing data to grid

2 Answers 80 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
Nheily
Top achievements
Rank 1
Nheily asked on 15 Mar 2013, 07:55 AM
Hi everyone,
I am using kendo ui panelbar and grid. they are each in a different div. I would like every time i click on an item in the panel to be able to display content in the grid.
Is this possible? and if so, kindly help me please.

I will be grateful with your responses  

2 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 18 Mar 2013, 12:45 PM
Hi Nheily,


To achieve this, you could bind to the select event of the PanelBar. Then in the event handler, you could call the dataSource read or data methods to set the data for the Grid.

 

Greetings,
Dimiter Madjarov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Nheily
Top achievements
Rank 1
answered on 19 Mar 2013, 03:16 PM
Thanks Dimiter,
Let me try that please.
Tags
Data Source
Asked by
Nheily
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Nheily
Top achievements
Rank 1
Share this question
or