5 Answers, 1 is accepted
0
Accepted
Hello Nathan,
Binding to OLAP cubes/MDX data is not supported by our ASP.NET AJAX grid. The option I can propose is to use our Telerik Reporting tool for this purpose (which supports OLAP data with its Q3 2010 release) and take advantage of its interactive features if applicable.
Kind regards,
Sebastian
the Telerik team
Binding to OLAP cubes/MDX data is not supported by our ASP.NET AJAX grid. The option I can propose is to use our Telerik Reporting tool for this purpose (which supports OLAP data with its Q3 2010 release) and take advantage of its interactive features if applicable.
Kind regards,
Sebastian
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Nathan
Top achievements
Rank 1
answered on 01 Dec 2010, 02:19 PM
Thanks Sebastien. Thanks for ur quick response.
0

Nathan
Top achievements
Rank 1
answered on 01 Dec 2010, 02:21 PM
I also have one more question, Is it possible to merge the header in RadGrid like below ?
Thanks and Regards,
Nathan R
Header Title | H4 | h5 | H6 | H7 | ||||
H1 | H2 | H3 | ||||||
Thanks and Regards,
Nathan R
0
Hi Nathan,
This is possible by using a template column with html table inside their header template. See the following resources for more info:
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/columntypes/defaultcs.aspx (the last column in the grid)
http://www.telerik.com/help/aspnet-ajax/grdcustomizewithgridtemplatecolumn.html
Best,
Sebastian
the Telerik team
This is possible by using a template column with html table inside their header template. See the following resources for more info:
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/columntypes/defaultcs.aspx (the last column in the grid)
http://www.telerik.com/help/aspnet-ajax/grdcustomizewithgridtemplatecolumn.html
Best,
Sebastian
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Nathan
Top achievements
Rank 1
answered on 01 Dec 2010, 04:15 PM
Thanks much Sebastien.