In grid InitializeLayout event the grid layout will be loaded from a XML layout file in which there are some columns are hiding per default.
User can make such columns visible by click on ColumnChooserButton, so far so well... but such columns will be shown with column width equal 0! So that user could not see them.
Why is it so? Anything wrong in this layout file? Is it possible to defind the even after ColumnChooserButton_Clicked, and make these "new" visible columns autosize? Or should I define the min. width for each columns? Or other suggestions?
Thanks in advance!
The grid will not make the width of a column 0 by default. If the column width is 0, then something in your application must have set the width to 0, either before or after the layout was saved.