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
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!