K2BTools Tutorial - Exercise 7.1: Creating a Web Panel with a grid based on a Data Provider

  1. Create a new Web Panel named "GridFromDataProvider" and activate WebPanelDesigner.
  2. From the root node add the action “Add Grid From Data Provider” and select "ProductsDataProvider".
  3. Select StandardGrid.
  4. In the Orders node add two compound order node with the following properties:
    1. Order Name property of FirstOrder: Description
    2. Order Name property of SecondOrder: Price
      InstancePreview1
      Instance Preview

  5. Save and try it at runtime.

Note: As the data provider contains parameters for Count and Skip, Web Panel Designer uses those parameters in the generated code. Also, as the data provider contains a "ProductDescription" parameter, a filter was automatically added.