How to get a list of items, that is in sorted gridControl?
I need to create a new List with only values, sorted by GridControl.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
probably not the most elegant solution but as found on the devexpress site because i hit the same problem a while a go:
the main gridview of the gridcontrol has a property DataRowCount, so you could do this;
and then you can do whatever, or select a value from the row before you add it to an collection while using the column header: