Skip to content
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

Add Sorting(OrderBy) method for RadzenDataList #1532

Closed
Andrey-2021 opened this issue May 27, 2024 · 1 comment
Closed

Add Sorting(OrderBy) method for RadzenDataList #1532

Andrey-2021 opened this issue May 27, 2024 · 1 comment

Comments

@Andrey-2021
Copy link

Please add methods for sorting datas in RadzenDataList:

  1. Sort( nameof(PropertyName), enum/bool asc/desc );
  2. ClearSort();

Thanks.

@enchev
Copy link
Collaborator

enchev commented May 27, 2024

There is no need to add such functionality since there is no UI in this component for sorting. You can use LINQ method OrderBy() and Dynamic LINQ if you need dynamic expressions.

@enchev enchev closed this as completed May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants