Skip to main content
1-Visitor
February 19, 2016
Question

Binding Time series chart

  • February 19, 2016
  • 2 replies
  • 1921 views

Hi, I have a populated grid. Based on selected row click of the grid I need to bind a time series chart.

I need to pass the selected row id value to time series chart which will call a service whose input parameter is that row id.

I am not sure which property of time series chart should I bind the row id to.

How to achieve this?  Thanks.

    2 replies

    1-Visitor
    February 19, 2016

    Hi

    You'll need to bind the row id value of the selected row of the service that provides the data to your grid.

    Look at the service that provides data to the grid, under Returned Data, you have two data sets, All Data and Selected Row. All data will be what you have bound to your grid. Selected row is populated when a row of the grid is selected. As you need specific values from the seleced row click on the + to expand it, use drag and drop as normal to bind the row id to your other service parameter.

    Regards

    Ian

    IoTnewbie1-VisitorAuthor
    1-Visitor
    February 19, 2016

    Thanks Ian!