TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
arvind kumar singh
NA
109
1.1k
Sorting issue in wpf grid
Mar 23 2013 7:59 AM
I need to create a grid with a list of objects as the datasource -- very basic. I also need to add 2 columns that are always fixed. So when the user sorts on one of the columns from the list of objects these 2 columns never sort. Similar to a Sort in Excel after selecting the sort range.
Example:
A B C D
L 1 16.1 12/2/2012
L 2 17.4 3/14/2011
R 3 8.2 5/15/2012
R 4 9.0 10/19/2012
Not sure how well the above grid will show up, but I need columns A and B to always remain in that order while the user sorts columns C and D. Columns C and D will sort together
Reply
Answers (
0
)
wpf
How to apply a validation rule for control in WPF-MVVM