This is a migrated thread and some comments may be shown as answers.

[Solved] Some Questions

1 Answer 76 Views
Grid for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Shawn
Top achievements
Rank 1
Shawn asked on 06 Jun 2013, 09:52 PM
I am trying to use the RadDataGrid in a couple of projects and I am a bit perplexed. Can anyone answer these questions?

- When will read/write come to the XAML version of the Grid?
- Am I missing the ItemTemplate (or CellTemplate)?
- WHat about Header/Footer template?

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 07 Jun 2013, 07:57 AM
Hello Shawn,

Thank you for contacting us.

Straight to your questions:

1. At this point RadDataGrid supports any in-memory data, implementing the IEnumerable interface. As for the writing - last week we announced a BETA of the upcoming Q2 2013 release. It adds built-in editing functionality over the in-memory objects (ViewModels) in RadDataGrid. You can either download and experiment with the BETA or get the official Q2 2013 release by the end of the next week.

2. RadDataGrid is a more complex items-like control and the ItemTemplate (CellTemplate) is exposed on a per DataGridTemplateColumn basis. Please note, that a Template column is less performing (due to dynamically loaded visual trees) than the Typed columns, which create a default visual depending on the data type. More information about the available column types may be found in this help article.

3. Headers and footers are currently not implemented. This feature is in our product backlog and will probably get in the next Service Pack release - usually within a month after the official release.

Additionally, we ship a large Demo application containing various examples for every component within the suite. The solution should be available at the following location:

C:\Program Files (x86)\Telerik\RadControls for Windows 8 XAML Qx 2013\Demos.

I hope this information is useful. Let me know in case you have other questions.

Regards,
Georgi
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
Grid for XAML
Asked by
Shawn
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or