-
Notifications
You must be signed in to change notification settings - Fork 73
956732: Updated into latest version #6019
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
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
blazor/datagrid/custom-toolbar.md
Outdated
| ## Render SfDropDownList in Custom Toolbar | ||
|
|
||
| Render SfDropDownList in Custom Toolbar in Syncfusion<sup style="font-size:70%">®</sup> Blazor Grid enables you to extend the functionality of the Custom Toolbar by incorporating a [DropDownList](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DropDowns.SfDropDownList-2.html) component, allowing you to perform various actions within the DataGrid based on their selections. | ||
| Render **SfDropDownList** in Custom Toolbar in Syncfusion Blazor DataGrid enables you to extend the functionality of the Custom Toolbar by incorporating a [DropDownList](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DropDowns.SfDropDownList-2.html), allowing you to perform various actions within the Grid based on their selections. |
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.
incorporating a [DropDownList] --> here too SfDropdownList
blazor/datagrid/paging.md
Outdated
| ### Change the page count | ||
|
|
||
| The Syncfusion<sup style="font-size:70%">®</sup> Grid allows you to adjust the number of pages displayed in the pager container. This is useful when you want to manage the number of pages you see while navigating through extensive datasets. The default value of **PageCount** property is 8. | ||
| The Syncfusion DataGrid allows you to adjust the number of pages displayed in the pager container. This is useful when you want to manage the number of pages you see while navigating through extensive datasets. The default value of **PageCount** property is 8. |
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.
Why in all places it was mentioned as Syncfusion DataGrid --> instead Blazor DataGrid
blazor/datagrid/paging.md
Outdated
| ### Change the current page | ||
|
|
||
| The Syncfusion<sup style="font-size:70%">®</sup> Grid allows you to change the currently displayed page, which can be particularly useful when you need to navigate through different pages of data either upon the initial rendering of the grid or update the displayed page based on interactions or specific conditions. The default value of **CurrentPage** property is 1. | ||
| The Syncfusion DataGrid allows you to change the currently displayed page, which can be particularly useful when you need to navigate through different pages of data either upon the initial rendering of the grid or update the displayed page based on interactions or specific conditions. The default value of **CurrentPage** property is 1. |
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.
upon the initial rendering of the grid -> Grid casing
|
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
|
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
|
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
1.Toolbar
2.Print
3. Aggregates
4. Paging
5. Performance best practices