Hi,
i made a localization class for PivotGrid as from: http://docs.telerik.com/devtools/winforms/pivotgrid/localization/localization
but some labels are still not translated, for example "Choose fields", "Row Labels" on FieldList, several labels on Print options dialog. Is it possible to make these also translated?
Thanks
Alex
When I want to add new RadForm I get the following error message:
Your project uses GAC referenced assemblies. please upgrade your project.
So i followed the video on adding a datasource from the Data Sources menu to our SQL Server.
All the columns fill out in design view fine, but when I run the application, none of the rows populate. The tables does have rows filed out, but I can't get them to show.
Any advice?
I can click on Preview Data as well and that works in the editor too, but they just will not populate during runtime.
Thanks!
is it possible to export the Pivot Data to datatable or datasource.
similarly like DevExpress pivot table.
https://documentation.devexpress.com/#WindowsForms/DevExpressXtraPivotGridPivotGridControl_CreateSummaryDataSourcetopic
Hi,
I am using Hierarchy (without tabs for child template) grid view and for each master and child row one checkbox required as first column and also required checked changed event for both the check box columns.
Help me on this.
Thanks,
Praveen Palla.
How do I go about draging and dropping between to details listviews that are visiually full /need to scroll ?
If there is room in the list I can drop from 1 list to the one with the space but if they are full I can't.
I have a list view and I am accessing the SelectedItemChanged event. If there is a specified condition, I don't want the item I selected to be selected and revert back to the item that was selected, if one was selected. For the most part, I have this working, however, I still get a BOX around the item I don't want selected, even though I clear out the Selected Items object on the ListView. See the attached GIF, you will notice how the item I selected has a BOX around it.
These are the 4 lines of code I have tried, even all at once and still, the items has a BOX around it.
radListViewRoles.SelectedIndex = 0;
radListViewRoles.SelectedItems.Clear();
radListViewRoles.CurrentItem = null;
radListViewRoles.SelectedItem = null;
Thanks
Hi,
I need to create a style on which I set a determinate colour for the background of radpageview.
Exactly I need to know what is the property or way to set this specified colour.
You can see on the image the area which I need to colour.
Thank very much.
Angel