Hi,
Thank you all for the wonderful feedback.
@Keith - You should have received an email regarding the CTP. Enjoy.
@James
1. Drill through to obtain a list of source data. This feature is not available at the moment but it is listed on to-do list. Is this a must-have feature?
2. More than just summation... need counts, min max, Avg, median. All standard functions are available programatically. We are working on UI dialogs and menus that will allow users to easily choose any function.
3. Calculated fields. Currently not available. This one is also on our to-do list but it is unclear when we will be able to implements it. Is this a must-have feature?
4. control of sorting of data labels (columns and rows). Programatically available but at the moment custom code is needed. Working on providing UI dialogs and menus. By default, values are sorted in asceding order. If you would like to reverse the ordering you could try the following:
5. clickable links in data row headers and column headers. Could you please clarify this? Is it possible to provide a scenario for this one?
6. Access the summarised data to feed into a graph component. Possible but not user friendly. Will try to provide chart integration in the future. Is this a must-have for your scenarios?
7. Exporting to excel, csv etc. Not available. It is on our to-do list but unclear when we will be able to implement this. Is this a must-have for your scenarios?
8. print/pdf options. Will consider it for the future.
9. save/reload user configuration data. Will support RadPersistenceFramework in the future.
10. filtering within row filter, column headers. We are currently working on this and the next version will have many improvements regarding filtering.
@ carlos
11 - OLAP support . Currently not supported but we are working on this.
12 - Possibility of creating a subset of information based on a couple of rows. Interesting feature that we will consider for future implementation.
@Travis
We are working on OLAP support and we will try to make this feature available as soon as possible.
We also have supoprt for IQueryable which allows you to use Entity Framework (or other IQueryable) for performing grouping on the server. This allow us to have lighting-fast grouping plus extremely low memory consumption - actual entities are not downloaded to the client. For example, working with 1 million entities will have barely noticable effect on memory consumption. What do you think about this? Do you find it compelling? Unfortunately it is currently only available for WPF.
Thank you for your time. Keep the feedback coming.
All the best,
Milan
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>