Hello All,
I have a observable collection of students and I have created a collectionviewsource out of that in my viewmodel to group that based on the groupname.
GroupView = CollectionViewSource.GetDefaultView(Students);
GroupView.GroupDescriptions.Add(new PropertyGroupDescription("GroupName"));
Using DataGrid.GroupStyle, how to give information like physics(2/7 ).Here 7 students are there in physics group and out of that 2 student's mark has given.
Is this possible via XAML of from the viewmodel behind.
Please help me to figure it out. Thanks in advance .
4 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Yoko YokoPosted May 28, 2015, 10:36 PM
Nanhe SiddiquePosted May 28, 2015, 8:09 AM
Yoko YokoPosted May 28, 2015, 6:35 AM
Dipankar BiswasPosted May 28, 2015, 6:23 AM