This question is locked. New answers and comments are not allowed.
Hi there,
Just wondering if it's possible during the RadGridView.ElementExporting of RadGridView.ElementedExported events to get a handle of the current cell xml and manipulate it to add some attributes? e.g.
Change this:
to this:
Just wondering if it's possible during the RadGridView.ElementExporting of RadGridView.ElementedExported events to get a handle of the current cell xml and manipulate it to add some attributes? e.g.
Change this:
<
Row
>
<
Cell
><
Data
ss:Type
=
"String"
>Bicarbonate</
Data
></
Cell
>
</
Row
>
<
Row
>
<
Cell
ss:StyleID
=
"GroupHeading"
><
Data
ss:Type
=
"String"
>MyValue</
Data
></
Cell
>
</
Row
>