Question

Suddenly the column chooser (in executing application) stopped showing available columns in GridControl. I re-installed the application on the client machine but I still have the same issue.

Was it helpful?

Solution

The column chooser will always be empty until you drag a column into it at runtime or populate it at design time (via code). If you are persisting the column chooser to some kind of storage e.g. XML then your path may be incorrect.

OTHER TIPS

Check that the generateMember-property is set to true for the columns in the designer.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top