I have created one custom control for paging data grid in WPF but it is not working. Please help me.
I am using my custom control as follows:
xmlns:uc="clr-namespace:Frames.UserControls"> ...
...
PageContract="{StaticResource database}" />
I am using Xceed data grid above. Then declaring my custom control which is nothing but an user control which I have created which includes buttons and text boxes. I am assigning it to ObservableCollection which has 5 records.
My user control is PagingControl.xaml. Its cs file is like, (I am giving partial code here)
public partial class PagingControl : UserControl { public static DependencyProperty ItemsSourceProperty; public ObservableCollection
Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Replies
Know the answer? Post it — somebody with the same question will find it here.