I have a datagrid with templatecolumns.
>From code I need to discover what will be rendered on the screen before
calling the render method, for each type of column (BoundColumn would
be easy, but I need it also for TemplaceColumns).
Is there a way to do this, having the DatagridColumn object ?
thanks!