Hi,
I have search everywhere.
Documentation( Really poor documentation on Pivot ) , Knowledge Base ( Last post 2015, the second last 2012 ) , Forum well ..
Is it possible to add a "Real link" in the cell of a PivotGrid.
By real , I mean base on data that are in the result set but are not diplayed. Things like id, number that are never displayed to Customer.
I would like to show some more information based on fields that are in the result set but are not diplayed.
Its to mutch information for a little tooltips.
I need to create a link with "~/Somewhere/MyDetailPage.aspx?P=HiddenRowField&Filter=ColumnField"
As its seems to be impossible to get multiple field value into a cell template.
If I add a button in the cell template. Will I be able to retrieve Row/Column Field Value Of the clicked Button ?