I want to know column index of header in AdvancedDataGrid when a user clicks on header – either left click or right click.
I want to know column index of header in AdvancedDataGrid when a user clicks
Share
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.
AdvancedDataGriddispatches aheaderReleaseevent when you click on its header. This event has a zero based columnIndex property.There is one problem though: The
headerReleaseevent is dispatched only if the clicked column is sortable and the data provider supports sorting.