OK, scenario (see attached screenshot):
I have a somewhat interactive report where data is shown in a grouped listgrid. The user can expand and collapse as he/she sees fit. There's a candybar with export icons that performs a "exportclientdata".
My problem is that the cellformatter is only called for the cells when the tree nodes are expanded.
If i, say, expand one node, but leave the others, i get the first node formatted prettily, but the others are not, making the csv look really strange.
Is there any way to enforce the formatting, either on load or when i perform the export. I havent found anything.
Would be great with some feedback. Cheers
I have a somewhat interactive report where data is shown in a grouped listgrid. The user can expand and collapse as he/she sees fit. There's a candybar with export icons that performs a "exportclientdata".
My problem is that the cellformatter is only called for the cells when the tree nodes are expanded.
If i, say, expand one node, but leave the others, i get the first node formatted prettily, but the others are not, making the csv look really strange.
Is there any way to enforce the formatting, either on load or when i perform the export. I havent found anything.
Would be great with some feedback. Cheers
Comment