Hello,
We are using the Telerik RadGrid for showing the Pass/Fails for test runs.
The design is as follows:
Columns: 'Test Name' and 'Station Test Run' where 'Station Test Run' column would dynamically generated for every test run in the datasource - max 500. The 'Station Test Run' would show Pass/Fails for the particular run.
There will be 20 TestResults (rows) shared by all 'Stations Test Runs' as denoted by 'Test Name' column.
The problem is how do we assign each column a test run? Right now our datasource has all test runs mixed (but we have TestRun_ID property for each TestResult). How can we say we want a specific run shown for each column? Let's say our datasource contains 5 test runs 1111, 1112, 1113 and 1114. We would want 5 columns generated with each column dedicated to displaying a particular test run (aligned with the 20 tests). I'm reading through
http://demos.telerik.com/aspnet-ajax/grid/examples/client/databinding/defaultcs.aspx
But can't seem to find how to do this (bind a column to a particular run)?
We are using the Telerik RadGrid for showing the Pass/Fails for test runs.
The design is as follows:
Columns: 'Test Name' and 'Station Test Run' where 'Station Test Run' column would dynamically generated for every test run in the datasource - max 500. The 'Station Test Run' would show Pass/Fails for the particular run.
There will be 20 TestResults (rows) shared by all 'Stations Test Runs' as denoted by 'Test Name' column.
The problem is how do we assign each column a test run? Right now our datasource has all test runs mixed (but we have TestRun_ID property for each TestResult). How can we say we want a specific run shown for each column? Let's say our datasource contains 5 test runs 1111, 1112, 1113 and 1114. We would want 5 columns generated with each column dedicated to displaying a particular test run (aligned with the 20 tests). I'm reading through
http://demos.telerik.com/aspnet-ajax/grid/examples/client/databinding/defaultcs.aspx
But can't seem to find how to do this (bind a column to a particular run)?