i try to connect PivotGrid to my model create on Azure analyse service.
<telerik:RadPivotGrid ID="RadPivotGrid1" runat="server" RenderMode="Lightweight" AllowSorting="True" FieldsPopupSettings-AggregateFieldsMinCount="2" AllowPaging="True" PageSize="20" EnableConfigurationPanel="True" EnableZoneContextMenu="True" AggregatesPosition="Rows" Culture="fr-FR" > <OlapSettings ProviderType="Adomd" AdomdConnectionSettings-ConnectionString="" > <AdomdConnectionSettings Cube="TabularProject2" DataBase="myanalyse" ConnectionString="Provider=MSOLAP;Data Source=asazure://westeurope.asazure.windows.net/myanalyse;Initial Catalog=analyseservicedatabase;User ID=xxxxxxxxx;Password=xxxxxxx;Persist Security Info=True;Impersonation Level=Impersonate"></AdomdConnectionSettings> </OlapSettings> <ConfigurationPanelSettings Position="Left" LayoutType="OneByFour" DefaultDeferedLayoutUpdate="true" /> <ClientSettings> <Scrolling AllowVerticalScroll="false" ScrollHeight="600px" /> </ClientSettings></telerik:RadPivotGrid>
but that not work, Pivot Grid is displayed without any data and i have no error.
Any idea ?
