-
Notifications
You must be signed in to change notification settings - Fork 80
docs: add breaking changes for version 12 #3340
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
Conversation
upgrade/breaking-changes/12-0-0.md
Outdated
|
|
||
| ## Filter | ||
|
|
||
| The `TelerikFilter.ValueChanged` event is now deprecated. Use the `OnUpdate` event instead. |
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 `TelerikFilter.ValueChanged` event is now deprecated. Use the `OnUpdate` event instead. | |
| The `TelerikFilter.ValueChanged` event is now deprecated. Use the [`OnUpdate` event](slug:filter-events#onupdate) instead. |
upgrade/breaking-changes/12-0-0.md
Outdated
|
|
||
| ## Pager | ||
|
|
||
| The `TelerikPager.Adaptive` parameter is now deprecated. Use the `Responsive` parameter instead. Parameters in setting tags like `GridPagerSettings.Adaptive`, `TreeListPagerSettings.Adaptive`, etc., are renamed to `Responsive`. For example, `GridPagerSettings.Responsive`. |
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 `TelerikPager.Adaptive` parameter is now deprecated. Use the `Responsive` parameter instead. Parameters in setting tags like `GridPagerSettings.Adaptive`, `TreeListPagerSettings.Adaptive`, etc., are renamed to `Responsive`. For example, `GridPagerSettings.Responsive`. | |
| The `TelerikPager.Adaptive` parameter is now deprecated. Use the [`Responsive` parameter]((https://www.telerik.com/blazor-ui/documentation/api/telerik.blazor.components.telerikpager#telerik_blazor_components_telerikpager_responsive) instead. Parameters in setting tags like `GridPagerSettings.Adaptive`, `TreeListPagerSettings.Adaptive`, etc., are renamed to `Responsive`. For example, `GridPagerSettings.Responsive`. |
upgrade/breaking-changes/12-0-0.md
Outdated
|
|
||
| ## ToolBar | ||
|
|
||
| The `TelerikToolBar.Adaptive` parameter is now deprecated. Use the `OverflowMode` parameter instead. |
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 `TelerikToolBar.Adaptive` parameter is now deprecated. Use the `OverflowMode` parameter instead. | |
| The `TelerikToolBar.Adaptive` parameter is now deprecated. Use the [`OverflowMode` parameter](https://www.telerik.com/blazor-ui/documentation/api/telerik.blazor.components.teleriktoolbar#telerik_blazor_components_teleriktoolbar_overflowmode) instead. |
ikoevska
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.
Reviewed.
Related to #12506