0

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.

vickey
  • 53
  • 1
  • 12

1 Answers1

1

1.when user tabs on a particular data row then only it should display the details,otherwise it should display a normal grid.

In this example, row activates in onContentReady. You can remove onContentReady function in this example, and it will display a normal grid. Also you can read more about master detail.

2.Instated of notes i want to display a list through my webapi service .

You can use datasource option. Also you can read more about data layer