Hello,
We are evaluating whether to use Telerik RadGridView (among other Telerik controls) for purposes of supporting our application.
Basically, what we've got is classes of Abstract Class A, i.e. Class B : A, Class C : A, etc, which all have properties of Abstract Class X, Class Y : X, Class Z : X, and so forth. Of course, a bit more complex than that, but this illustrates what we're after.
So, we would want to support loading up a RadGridView top level with Class A classes and requisite editing capabilities, potentially grouping by the class, i.e. Class B or Class C, and listing those types of objects. Then we would want to possibly expand each of these instances and list the properties, say Class B.Y, Class B.Z, and so forth, in a sub-grid to the grid.
We wouldn't necessarily be working with a physical database, but we would plausibly be working through System.Linq enumerated collections more than likely. And then load or save to or from Xml resources. That's just an aside, nothing to do with the grid per se.
Okay, so how capable is the control to do something like this?
Regards,
Michael
We are evaluating whether to use Telerik RadGridView (among other Telerik controls) for purposes of supporting our application.
Basically, what we've got is classes of Abstract Class A, i.e. Class B : A, Class C : A, etc, which all have properties of Abstract Class X, Class Y : X, Class Z : X, and so forth. Of course, a bit more complex than that, but this illustrates what we're after.
So, we would want to support loading up a RadGridView top level with Class A classes and requisite editing capabilities, potentially grouping by the class, i.e. Class B or Class C, and listing those types of objects. Then we would want to possibly expand each of these instances and list the properties, say Class B.Y, Class B.Z, and so forth, in a sub-grid to the grid.
We wouldn't necessarily be working with a physical database, but we would plausibly be working through System.Linq enumerated collections more than likely. And then load or save to or from Xml resources. That's just an aside, nothing to do with the grid per se.
Okay, so how capable is the control to do something like this?
Regards,
Michael