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

Get cell data

Hi just wanted to ask, I've got my grid bound to a cube and am using the Linked Cells feature. How do I obtain the row and column values of the cell that I click on?

Cheers,

Tim.

1 Reply

DM Dwaragesh M.B. Syncfusion Team March 26, 2010 08:40 AM UTC

Hi Tim,

Thank you for your interest in Syncfusion products. The celldata value can be retrieved by using the PivotValueCellData class as mentioned below,

PivotValueCellData cellData = this.OlapGrid1.OlapDataManager.PivotEngine.GetCellData(e.CellDescriptor);

The PivotValueCellData class consists of measure, value and List of Rows and columns.

Please feel free to contact us for further assistance.

Thanks
Dwaragesh M.B.

Loader.
Live Chat Icon For mobile
Up arrow icon