akarzazi / SSMSPlus

SSMS Plus is a productivity extension for SQL Server Management Studio 18 /19
76 stars 22 forks source link

Schema Search: Fixed Sort issue and Improved UI #12

Closed patelriki13 closed 4 years ago

patelriki13 commented 4 years ago

Schema Search:

akarzazi commented 4 years ago

Hi Rikin Thanks once again for the contribution. Please split the design and "keep sorting" in different pull requests.

For the sorting issue, try to handle the full scope as multi column sorting. you may acheive this in a better way as : https://stackoverflow.com/questions/34947183/remember-wpf-datagrid-sort-order

Instead of subclassing datagrid, you may want to try using an attached behavior http://wpfthoughts.blogspot.com/2019/06/wpf-mvvm-attached-behaviors.html

For the design part, please avoid using colors and borders as much as possible. For a better UI consistency, you may want to try using styles when appropriated to allow a global styling.