This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I understand you can do grouping in the DataGrid like this:
But how could I group by a a property in my data model without creating a column for it? Here's a short example:
I've tried using a ViewModel (ListCollectionView) but the DataGrid does not respect that. I've also tried to create a hidden column, but the Mindscape columns dont seem to have any "Visibility" property, and Thanks for your responces. |
|
|
Hello caesay I have resolved the bug that was preventing Width=0 MinWidth=0 from working correctly. This will now totally collapse the column. You will also want to set AllowResize to false so the user can't expand it back. This bug fix will be available in the next nightly build. Nightly builds are available at around 1200 GMT (about 14 hours from now). You will be able to download this from your account page: http://www.mindscapehq.com/store/myaccount I know collapsing the column isn't a very elegant solution, but we won't be able to add in the functionality of grouping by property instead of column in the current version. I have noted down your feedback so we can look into it for the next version. Thanks Jason Fauchelle |
|