We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

WriteBack

Hi all.

I've just downlaoded the demo version of Your suite, and I've found it really interesting.

I need to implement a WhatIf analysis, showing a cube in a grid (and Yours is perfect) letting the user change values... Then I should write them back with MDX statements...

Are there events I can use to catch a double click on a cell? Or, even better, can I let the user edit cells, trapping the changes ?

TIA
Best Regards
FabioG

1 Reply

DM Dwaragesh M.B. Syncfusion Team April 6, 2010 02:11 PM UTC

Hi Fabio,

Thank you for your interest in Syncfusion Products.

Our OlapGrid for WPF Supports Hyperlink cells where you can easily catch up the details about the Clicked cell in Grid_LinkClick event. It can be enabled by

// Enables hyperlink for Column Header’s
this.grid.ColumnHeaderStyle.IsHyperlinkCell = true;
// Enables hyperlink for Row Header’s)
this.grid.RowHeaderStyle.IsHyperlinkCell = true;
// Enables hyperlink for Value cell's
this.grid.ValueCellsStyle.IsHyperlinkCell = true;

Please feel free to contact us if you need further reference.

Thanks
Dwaragesh M.B.

Loader.
Live Chat Icon For mobile
Up arrow icon