GDBG and Column Layout Manager

HI, I am using GDBG. I am mostly using multirow view for GDBG using column layout manager. I need to know all the possible format options. Like ".", "-", ''X'' What are the options and behavior of them? I would really appreciate if you can point me to a link. Thanks Viveks

1 Reply

AD Administrator Syncfusion Team July 1, 2004 08:13 PM UTC

You have listed all the options: "." indicates a new line "-" covered cell Anything else is tried to be interpreted as a Column.ColumnName. If it is a valid columnname, then this column will appear in that position. If the string is not a valid columnname, then an empty, unbound column appears.

Loader.
Up arrow icon