Good Morning!
Is it possible to add an Id in the pivotGrid rows, using some syncfusion method or event?
Example:
<td class="value"
data-p="7,3" colspan="1" rowspan="1"
role="gridcell"><span class="cellValue"
aria-label="row- 2017-09-16T13:00:00.000Z: column- Entrada -
ETE-Condutividade" " data-id=”419”>50.0 µhoms</span></td>
<td class="value"
data-p="8,3" colspan="1" rowspan="1"
role="gridcell"><span class="cellValue"
aria-label="row- 2017-09-16T13:00:00.000Z: column- Entrada - ETE-DBO"
" data-id=”420”>666.0
mg/L</span></td>
I would also like to know if I can edit the rows at the time of their creation, added the id or change the color of a particular column dynamically?