I am considering using the Telerik Grid control in an application I need to write, but need to know if it supports the following:
- Pure AJAX mode - I would like to instantiate/render the grid on the client (ie: no ASP.NET control), then use AJAX calls to a pre-written handler page (.ashx) to retreive the data to be populated in the grid. Is this possible? I need the application to be as lightweight as possible, so I dont want to use ASP.NET partial page rendering with the grid.
- Tree'd grid - need to have 2 levels of drill in where you start with say 5 rows, each with a + next to them, you can expand any of them to get more sub-rows (all with the same columns). Finally you can expand the subrows a second time with the same behavior, etc.
- Category/Subcategory column header. Need to be able to have 2 rows of column header that has a category/subcategory style relationship. So you would have maybe 4 columns with their own headers, then above those headers you have a single column header that is the parent category for those 4 subcategories, etc.
If these features supported/expected for the telerik ajax grid?
- Pure AJAX mode - I would like to instantiate/render the grid on the client (ie: no ASP.NET control), then use AJAX calls to a pre-written handler page (.ashx) to retreive the data to be populated in the grid. Is this possible? I need the application to be as lightweight as possible, so I dont want to use ASP.NET partial page rendering with the grid.
- Tree'd grid - need to have 2 levels of drill in where you start with say 5 rows, each with a + next to them, you can expand any of them to get more sub-rows (all with the same columns). Finally you can expand the subrows a second time with the same behavior, etc.
- Category/Subcategory column header. Need to be able to have 2 rows of column header that has a category/subcategory style relationship. So you would have maybe 4 columns with their own headers, then above those headers you have a single column header that is the parent category for those 4 subcategories, etc.
If these features supported/expected for the telerik ajax grid?