Hi,
Can I set binding for Pager setting's property "AllowPagging"?
Following is what i am doing,
<
XamGrid:PagerSettings AllowPaging="{Binding Converter={ StaticResource localConverter}, Path=IsPaggingAllowed, Mode=TwoWay}"></XamGrid:PagerSettings>
I am unable to bind the value.
Thank you :)
As long as the property raises the correct property changed you should be ok. Attached is a sample showing one way of doing this.
Hi, thank you for ur reply,
I did the same but binding is happening for first time.
I placed INotifypropertychanged also on the souce property, it is not effecting the UI.
Regards,
Navin
You would need to set the source of the binding to a static resource, as the grid wouldn't be providing a data context to your binding.