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

Enhanced ReloadSettings and LoadSettingsInternal methods with forceReload parameters #2027

Merged

Conversation

k-Sacr
Copy link
Contributor

@k-Sacr k-Sacr commented Mar 12, 2025

Added the forceReload parameter to the ReloadSettings method, allowing developers to force a reload of the DataGrid settings regardless of their current state.
Added the forceUpdate parameter to the LoadSettingsInternal method, enabling forced updates of the settings even if no changes are detected.
Updated XML comments for both methods to provide clear descriptions of their purpose, parameters, and behavior.
Clarified that ReloadSettings can optionally force a reload and that LoadSettingsInternal is responsible for the actual loading or updating of settings.

Could you please add a parameter to ReloadSettings to force a reload even if the settings have not changed?
We use this method for saving and loading filters and table settings from the database, and this addition would greatly simplify our workflow.

…nal parameters and improved documentation

- Added `forceReload` parameter to `ReloadSettings` method to allow forced reloading of settings.
- Added `forceUpdate` parameter to `LoadSettingsInternal` method to allow forced updates of settings.
- Updated XML comments for both methods to clarify their purpose, parameters, and behavior.
@enchev enchev merged commit 966253f into radzenhq:master Mar 12, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants