I am trying to add next feature into GridView:
When you open Columns Editor, and add one TextualColumn for example, in this moment one
CODE
TextualColumn1: TTextualColumn;
will be added into code (into Form1 interface) as any other component do. You will be able to have Events and you can write something like:
CODE
TTextualColumn1.Header.Caption := 'something';
If you don't like this feature you can set column name to <empty> and variable for TextualColumn1 will disapear from Unit code.
But, I have small problem
If someone have some expirience with this , this will help me a lot
regards











