Telerik Forums
UI for Silverlight Forum
11 answers
222 views
When i use DateTimeGroupDescription in "Row Label" i get english month names and dateformat - but i need values for my local culture (pl-PL - Polish - it is set in my application).
(As seen in attached image)

What i need to change to get correct values ?

Greetings.
Dilyan Traykov
Telerik team
 answered on 10 Aug 2018
3 answers
56 views

Hello,

 

I'm trying to achieve quite a simple thing on the RadPivotGrid.

Some users have reported that they like to select the whole date in the RadPivotFieldList instead of selecting steps, but they would like the hour to be hidden as it's not used in our system.

 

 

The only way I found to achieve this would be to format the date in a string, but we'd loose the opportunity to use the steps.

Is there any mean to achieve this ? 

Please look at the attachement if wasn't clear enough.

Thanks !

Martin Ivanov
Telerik team
 answered on 25 May 2017
2 answers
52 views

Hi,

We would like to get a compressed response of a XMLA query. We have seen that the response is content-type: text/xml, so we enabled it in IIS. However, in the request header the only accept-encoding is "Identity", and not "Gzip". Is there a way to edit the request header, or any way to get a compressed response?

I attach two pictures: in the "XMLARequest.png" you can see the original request done by the XMLADataProvider. In the "GzippedRequest.png" you can see our request: we took the original one and just edited the accept-encoding field, and we got a compressed response.

I attach also the code we use to create the connection:

            dataProvider = this.Resources["DataProvider"] as XmlaDataProvider;

            dataProvider.DeferUpdates = false;
            dataProvider.PrepareDescriptionForField += XmlaDataProvider_PrepareDescriptionForField;
            dataProvider.ConnectionSettings = new XmlaConnectionSettings();

            dataProvider.ConnectionSettings.ServerAddress = "...";
            dataProvider.ConnectionSettings.Database = "...";
            dataProvider.ConnectionSettings.Cube = "...";

            XmlaQueryProperty localization = new XmlaQueryProperty();
            localization.Name = "LocaleIdentifier";
            localization.Value = "1033";
            dataProvider.ConnectionSettings.QueryProperties.Add(localization);

Thank you,
Riccardo

Riccardo
Top achievements
Rank 1
 answered on 12 Dec 2016
1 answer
52 views
Hello,

I have been evaluating PivotGrid control and I saw (through Fiddler) that the way the PivotGrid loads data  was using Eager Load pattern even though I set my pivotgrid rows and columns to collapse. This approach I think will have performance impact at inital load especially if the cube I'm trying to browse is a large cube. Is there a way to set the pivot grid to use Lazy Loadpattern? 

Thanks,
-Sandeep
Polya
Telerik team
 answered on 08 Apr 2016
1 answer
226 views

Hi Telerik Team,

RadPivotGrid control shows aggregate property names as column headers if we have more than one aggregate properties. But, it shows "Grand Total" phrase as column header if we have just one aggregate property.

I have two questions:

1- Is there any possibility for radpivotgrid control to show aggregate property name instead of "Grand Total" phrase if it has even just one aggregate property?

2- Is there any possibility to show simple aggregate property names as column headers without "Sum of" prefix?

 

Best regards...

Polya
Telerik team
 answered on 07 Mar 2016
8 answers
247 views
Is it possible to create a custom Aggregation Function that will be displayed in the PivotFieldList's list of available aggregators?

Looking at this thread: http://www.telerik.com/community/forums/silverlight/pivotgrid/custom-calculations.aspx I see how it is possible to add a custom Aggregation to a field at start up, but I don't see a way to integrate the custom aggregation function into the PivotFieldList's UI. Is there a way to do this? 
Polya
Telerik team
 answered on 26 Feb 2016
1 answer
60 views

Hi,
I have added chart based on demo http://demos.telerik.com/silverlight/#PivotGrid/PivotChart, which is using ChartSeriesProvider. 

Here is the xaml(partly):

 <telerik:RadCartesianChart.SeriesProvider >
     <telerik:ChartSeriesProvider x:Name="seriesProvider" />
</telerik:RadCartesianChart.SeriesProvider>

code behind:
seriesProvider.Source = selectedSeries;
seriesProvider.SeriesDescriptorSelector = ChartSerieSelector;


In the above code, ChartSerieSelector is a custom ChartSeriesDescriptorSelector inherited from ChartSeriesDescriptorSelector, which has two ChartSeriesDescriptor of Bar and Line.
Now I want to place all the Bar chart to the left Y axis and Lines to the Right-Y axis.

Any thoughts how to enable two Y-axis (left and right) with ChartSeriesProvider/ ChartSeriesProvider.SeriesDescriptorSelector?

 Thanks in advance!

 

-Sheuly

Milena
Telerik team
 answered on 17 Feb 2016
4 answers
57 views

Hi,

What are the keys for months localization like January, etc. and the (blank) item?

Regards,

Bayram

 

Kalin
Telerik team
 answered on 02 Feb 2016
2 answers
27 views

Hi,

How do I serialize/deserialize the choices the user made in the PivotGrid/PivotGridFieldList ?

Regards,

Bayram

 

B
Top achievements
Rank 2
 answered on 29 Jan 2016
1 answer
41 views

When I use TypeBuilder to create public properties like:

 

PropertyBuilder property =
   typeBuilder.DefineProperty(propertyName,
                     PropertyAttributes.None,
                     pType,
                     null);

These are not recognized by PivotGrid, eventhough I make them public:

MethodAttributes GetSetAttr =
     MethodAttributes.Public |
     MethodAttributes.HideBySig;
 
// Define the "get" accessor method for current private field.
MethodBuilder currGetPropMthdBldr =
    typeBuilder.DefineMethod("get_value",
                               GetSetAttr,
                               pType,
                               Type.EmptyTypes);

For example mouse over in Visual Studio does show them as public properties, so I would expect the PivotGrid to see them as well?

Is there a way to make PivotGrid see those dynamic properties?

Regards,

Bayram

B
Top achievements
Rank 2
 answered on 27 Jan 2016
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?