-
Notifications
You must be signed in to change notification settings - Fork 134
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
Configurable visibility of section 'Go To Page' #371
Comments
Package version 4.0.4 implements this feature |
perfect... thanks |
When I updated to the last version I don't see pages and "Go To Page" at all. Is this a bug? or hiding is default behaviour now and I should to enable pages somehow |
@BahdanauYa try to set in c# property GridComponent.Grid.Pager.GoToVisibility = true; |
no, doesn't show up |
only update what i see in this file is decoration with if statement. @if (GridComponent.Grid.Pager.GoToVisibility)
{
<div class="grid-goto-page form-group">
<label class="control-label"><b>@Strings.Goto</b></label>
<div>
<input class="form-control grid-goto-page-input" @bind="_currentPage" @onkeyup="GoToKeyup" @onblur="GoToBlur" @onclick:stopPropagation />
</div>
</div>
} Did you set |
Is there any exception issued by the GridPagerComponent? |
Strange ... I do not know what can cause it .. unfortunately i am not able to try it personally. |
Is here possibility to hide whole section 'Go to' ?
Grid.Blazor/GridBlazor/Pages/GridPagerComponent.razor
Line 64 in ce6feec
The text was updated successfully, but these errors were encountered: