Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Column sort event

Hi,

We would like to be able to change the sort order when a user triggers a sort by clicking on a column header.

Basically, we want to sort first by order number and then second by whatever column the user has clicked on.

If we are able to capture the column sort event, we might be able to change the SortOrder property, so that order number is first and the clicked on column header is second.

Thanks

Comments

  • This is working against the design intent of this UI. While not as convenient, perhaps it would suit you to use the OnHeaderRightClick event or simply create a context menu.
Sign In or Register to comment.