Documentation search added !
If you go to our documentation, you can now search for information there easily.
Here's the top most frequently asked questions on the forums. Should you not find an answer to your question here, please feel free to post a new thread. Here's a list of the questions being answered :
1. How do I unlock the Xceed DataGrid for WPF?
2. How do I bind the grid to an XML source?
3. How can I set a different view and theme to my DataGrid?
4. How do I provide a custom template to a Grid Element?
5. How do I hide the GroupByControl from the dataGrid in tableview?
6. How do I remove the rowSelector from the dataGrid in tableview?
Make sure to visit this post once in a while, we will try to update it with new content as often as possible.
---------------------------------------------
FAQ
1. How do I unlock the Xceed DataGrid for WPF?
You can refer to this thread
2. How do I bind the grid to an XML source?
Note: You can also use the custom XmlDataGridItemProperty and XmlPropertyDescriptor classes available here
The main thing to know about this is that the "AutoCreateColumns" feature of the DataGridControl will not work when using a XML data source, therefore you should set this property to "false" on the DataGridControl. Then, all you need to do is to manually create your columns and use a "DisplayMemberBinding" that specifies a "XPath" instead of a "Path
3. How can I set a different view and theme to my DataGrid?
You can achieve this by setting a View on your dataGrid control.
4. How do I provide a custom template to a Grid Element?
You will find more information on how to provide custom templates for the dataGrid here
5. How do I hide the GroupByControl from the dataGrid in tableview?
You can refer to the following thread
6. How do I remove the rowSelector from the dataGrid in tableview?
This is documented here
Mathieu Drimonakos
Technical Designer
Xceed Software Inc