Pre-processing data before showing it in AdvancedDataGrid
Posted
by MinimeDJ
on Stack Overflow
See other posts from Stack Overflow
or by MinimeDJ
Published on 2010-06-08T13:47:20Z
Indexed on
2010/06/08
13:52 UTC
Read the original article
Hit count: 296
Hi guys,
I want to extend AdvancedDataGrid to show a Waterfall Chart in one of its columns.
To do that I already created custom cell render that shows bars as I need.
Now I have a little challenge: I have to pre-process data to show my Waterfall Chart properly. I have to do it before my grid is show. So, I assume that I have to extends AdvancedDataGrid and overwrite some methods.
Does anybody know where I have to start? Any examples?
© Stack Overflow or respective owner