Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
645
Problem in using ColumnChooserButton?
posted

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!

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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.

Children
No Data