I am trying to implement a devextreme example. http://js.devexpress.com/Demos/WidgetsGallery/#demo/data_grid-master-detail-master-detail_api
In this example I want to implement two things.
1.when user tabs on a particular data row then only it should display the details,otherwise it should display a normal grid.
2.Instated of notes i want to display a list through my webapi service .
Please help me with this.