Hi,
Is it possible to make a derived class from the TableflowView class?
I have some default properties which are always set to the same value for all my grids.
I want to avoid databinding them each and every time for every grid.
So I created a derived class and set those properties in the constructor.
When using that class, all my columns are gone???
Am I doing something wrong?