-
Notifications
You must be signed in to change notification settings - Fork 1
Update dxgrid columns252 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 25.2.1+
Are you sure you want to change the base?
Conversation
humanarian
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The SortListViewControllerBase class is now abstract for no reason. Since deriving from it is no longer required, the class should be made non-abstract and renamed so it doesn't contain "Base" in its name - for example, SortListViewController.
…riginal controllers.
…ess-Examples/xaf-how-to-sort-a-listview-in-code into update-dxgrid-columns252
|
Please correct the project and update this pull request by pushing a new commit. https://codecentralfarm.devexpress.devx/job/xaf-how-to-sort-a-listview-in-code_25.2.1+/8/console |
|
Please correct the project and update this pull request by pushing a new commit. https://codecentralfarm.devexpress.devx/job/xaf-how-to-sort-a-listview-in-code_25.2.1+/15/console |
|
Please correct the project and update this pull request by pushing a new commit. https://codecentralfarm.devexpress.devx/job/xaf-how-to-sort-a-listview-in-code_25.2.1+/16/console |
Refactored the demo to use the simplified API according to Denis suggestion in Teams Thread