On the control appears a feature saying ‘Drag a column header to gorup by that column’. Can i do that programmatically. Are there any properties or do I need to embed SQL statements?
Thanks,
Sun
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.
You need to add the column to the SortedColumns collection in the band:
hth