We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug 升级到3.1后,当查询不到数据,即页数为0时,报绑定错误,就像这样: 之前用的2.5.0.2版本则不会有这个错误
To Reproduce 我的代码如下:
<hc:Pagination Grid.Row="2" Margin="5" MaxPageCount="{Binding TotalPageCount}" PageIndex="{Binding PageNo,Mode=TwoWay}" DataCountPerPage="{Binding PageSize}"> <hc:Interaction.Triggers> <hc:EventTrigger EventName="PageUpdated"> <hc:EventToCommand Command="{Binding ChangePage}" PassEventArgsToCommand="True" /> </hc:EventTrigger> </hc:Interaction.Triggers> </hc:Pagination>
当TotalPageCount=0时就报这个错
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
8ca0eb5
No branches or pull requests
Describe the bug
升级到3.1后,当查询不到数据,即页数为0时,报绑定错误,就像这样:
之前用的2.5.0.2版本则不会有这个错误
To Reproduce
我的代码如下:
当TotalPageCount=0时就报这个错
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: