I'm writing a monitoring system that displays real-time sensor data.
The sensors are arranged in a hierarchy. Sensor 1 could, for instance, have S1.1 and S1.2 as children, which could in-turn have S1.1.1, S1.2.1, and so forth.
I'm looking for a GridView control that allows one to drill-down each parent item, while still refreshing the values in the grid with the live data.
It would obviously not be that hard to write such a component oneself, but would rather buy something than spend a week creating such a control.
Telerik has a Grid View which allows rows to be grouped together. This grouping can be recursive, which allows one to drill-down. This should be sufficient for the application I'm writing.