No announcements
Found 165850 threads
-
0 Votes
wpf + ef + datagrid + sorting = beurk...
I ended up encapsulating all this in a : ObservableCollection, ListCollectionView, pretty much a lot of code for not something special... seems to work now. but it just refrain me ...Answered | 5 Replies | 2584 Views | Created by Stivo - Sunday, August 21, 2011 7:34 AM | Last reply by Stivo - Sunday, August 28, 2011 10:03 AM -
0 Votes
WPF Datagrid Sorting
I think all those columns are not null columns int he databse. I'm not able to sort on them even usingUnanswered | 6 Replies | 10662 Views | Created by VidhyaV123 - Tuesday, April 20, 2010 9:56 PM | Last reply by Andy ONeill - Thursday, April 7, 2011 11:45 AM -
0 Votes
WPF MVVM Sorting/Paging DataGrid
Hello, I am struggling with finding an adequate solution to impletmenting Sorting and Paging for a WPF DataGrid that conforms to the MVVM ...Answered | 1 Replies | 17393 Views | Created by Alewcock - Monday, March 14, 2011 11:26 PM | Last reply by Jie Bao - Tuesday, March 15, 2011 7:04 AM -
0 Votes
wpf datagrid sorting
Hi I want to sort wpf datagrid rows based upon the value of my templated column cell. how i can do ...Answered | 2 Replies | 4399 Views | Created by Naseer83 - Tuesday, July 27, 2010 11:31 AM | Last reply by noorbakhsh - Tuesday, July 27, 2010 3:39 PM -
1 Votes
Sorting in WPF Datagrid
Hi, I just started using WPF and have been trying to get sorting to work in the Microsoft datagrid for WPF. Can someone tell me how ...Answered | 4 Replies | 18327 Views | Created by Groovbox303 - Tuesday, May 12, 2009 4:34 PM | Last reply by Tao Liang - Wednesday, May 13, 2009 2:02 AM -
2 Votes
Sorting an EF collection in DataGrid
Hi Crushbrain, I think you are in the right direction. Although the cause of this sorting problem is actually more complicated than it appears to ...Answered | 6 Replies | 7279 Views | Created by crushbrain - Saturday, April 30, 2011 7:54 PM | Last reply by Min Zhu - Thursday, May 5, 2011 7:19 AM -
0 Votes
wpf datagrid - sorting the groups
Hallo, I have a wpf datagrid with groups. When I click on the header of each datagrid column, the datagrid will change the grouping, setting as ...Answered | 3 Replies | 7224 Views | Created by Davico77 - Monday, August 2, 2010 3:28 PM | Last reply by Davico77 - Thursday, August 5, 2010 8:26 AM -
2 Votes
WPF datagrid EF DATABASE UPDATE
hello magnus thanks for the response, i wonder why TblMission property would be null , all other properties get assigned from the datagrid row as per ...Answered | 4 Replies | 519 Views | Created by Sinandugu - Wednesday, February 25, 2015 5:13 PM | Last reply by Andy ONeill - Thursday, February 26, 2015 10:25 AM -
0 Votes
Datagrid sorting
Thanks for your response. True, there is no meaning to sorting a column where all values are identical. However this is a rare ...Answered | 2 Replies | 2666 Views | Created by Flip7826043 - Thursday, May 10, 2007 7:08 PM | Last reply by Flip7826043 - Friday, May 11, 2007 1:20 PM -
0 Votes
DataGrid Sorting
I can not get AllowSorting=false to work in the DataGrid. Even though I have set it in the Designer and checked it at runtime the Columns still allow sorting by clicking on the ...Answered | 1 Replies | 2819 Views | Created by runrunnp - Thursday, May 15, 2008 3:14 PM | Last reply by Ron.Whittle - Thursday, May 15, 2008 6:35 PM -
0 Votes
WPF DataGrid Refresh Problem after sorting
me why the following statement didnt work after applying sorting on a column in WPF DataGrid. DataGrid1.Items.Refresh();Answered | 7 Replies | 7908 Views | Created by ksvimal - Monday, November 16, 2009 7:30 AM | Last reply by ksvimal - Tuesday, November 24, 2009 4:23 AM -
2 Votes
Scrolling and Sorting problem in datagrid -wpf
In my wpf application datagrid sortingAnswered | 4 Replies | 2363 Views | Created by NikitaP - Friday, November 8, 2013 5:50 AM | Last reply by NikitaP - Monday, November 11, 2013 9:10 AM -
0 Votes
Datagrid Sorting
DataGrid does not do any sorting, it just shows items in order they appear in the data source. If you need sort on clicking you would need to add click even ...Answered | 1 Replies | 2822 Views | Created by Queenie Pan - Friday, May 7, 2010 12:55 AM | Last reply by Ilya Tumanov - Friday, May 7, 2010 6:25 AM -
0 Votes
Datagrid Sorting
Hi, I am using a silverlight 3 datagrid and creating DatagridTextColumns Dynamically on basis of my data to be displayed(I dont want to put it in XAML).Data Certain columns have numbers and ...Answered | 3 Replies | 2896 Views | Created by Shadaan - Thursday, March 18, 2010 4:15 AM | Last reply by Min-Hong Tang - MSFT - Sunday, March 21, 2010 10:20 PM -
0 Votes
WPF DataGrid Date Column Sorting by Month
Hello, I have a WPF Datagrid with a column in that is displaying a date. If I click on the column header to sort it then it orders by the ...Answered | 1 Replies | 11762 Views | Created by code monkey 1 - Friday, May 13, 2011 8:52 AM | Last reply by Min Zhu - Monday, May 16, 2011 9:53 AM -
0 Votes
EF and WPF Datagrid binding issue
Hi lafju, Welcome to EF! According to your description, I think your problem relates to WPF and I'll help you move it to the appropriate forum, ...Answered | 4 Replies | 2461 Views | Created by lafju - Wednesday, November 2, 2011 6:29 PM | Last reply by Sheldon _Xiao - Monday, November 14, 2011 1:27 PM -
0 Votes
Problem with DataGrid Sorting
Hi, I am using SL Datagrid control. In Vista, the Sorting behavior is working correctly, but in XP it is not working properly. Is anything to be done to ...Discussion | 1 Replies | 1508 Views | Created by MSDN_Forums_User - Monday, December 22, 2008 2:07 AM | Last reply by Xun Sun - MSFT - Monday, December 22, 2008 3:01 AM -
1 Votes
Sorting a specific DataGridColumn in wpf DataGrid
Hi! I have a WPF DataGrid that has several DataGridColumns, one of these columns is bound to a Property that is an abstract class. Like ...Answered | 2 Replies | 17899 Views | Created by myzli - Thursday, September 9, 2010 12:56 PM | Last reply by myzli - Wednesday, September 15, 2010 11:09 AM -
0 Votes
DataGrid & ListCollectionView - Sorting issues
Hi again, I've got another workaround which allows to bind the ListCollectionView directly to the datagrid and "persists" sorting. As you may know, my ...Proposed | 13 Replies | 9976 Views | Created by AndreasPfanner - Tuesday, March 22, 2011 9:29 AM | Last reply by Sheldon _Xiao - Thursday, March 31, 2011 3:22 PM -
0 Votes
Natural Sorting EF DS
possible to overwrite the DataSource Sorting "Event" or to catch the Data in the Grid_SortCommand or something like this ...Answered | 3 Replies | 4339 Views | Created by Diräkt - Wednesday, October 20, 2010 11:16 AM | Last reply by JA Reyes - Wednesday, October 20, 2010 12:17 PM - Items 1 to 20 of 165850 Next ›
No announcements