I have to do a sorting on headers of the gridview.
i have set the sorting property to true and also implemented the onsorting event.
But my headers are not coming up as links,what could be the reason?
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.
Maybe your columns content is not sortable, for instance you have images. For that as a trick you can associate each image an index and bound the grid column to the index, rather than image.