hi
i use paging in my winform grid view.everytrhing is ok.
but i wanna customize the panel paging. for example disable ShowFastBackButton and ShowFastForwardButton in panel paging.
in this page it said that :
There are a number of properties, which allow you to customize the paging panel to your specific needs. You can access these properties through the RadGridView.GridViewElement.PagingPanelElement.
i want change these properties in design time not by code, but i cant find any of these properties in property grid or in property builder.
i have another question and that is about TextBoxStripElement in paging panel. iwant localize that and put my text intead of page and of in TextBoxStripElement.
is there any solution for these two question?
Best Regard