With cxGrid you can display data from one table in various ways creating views.
First you create GridLevel and then the view you want .
Example: CxGridLevel1:CxGrid1DBTabl
and so on...
My problem is that this table has too many columns for comfort(I do not need all the fields shown).So I split it in 2 parts (creating 2 TableViews).
However,some fields are still pretinent to both views so I have to filter them further.
The only way I can do it is by a field called EVENT.
Now in this event field values are "bill in" and "bill out".
So I want one view to show me "bill in" and the other"bill out".
But I want it done at runtime,not by using the filter in the columns:Understand?
Main Topics
Browse All Topics





by: Geert_GruwezPosted on 2009-01-27 at 23:38:47ID: 23484220
could you explain a little more ?
what do mean with grid level ?