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
795
Wingrid ErrorMessage Column
posted

Hi,

We have been using wingrid for presenting some of our data. If there is some error while loading the data we have found an extra column ErrorMessage in the column chooser. Is it a built in functionality? If so then please point me to some resources which show a better use for them in different scenarios.

Thanks

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Puneet,

    I'm not sure what you are asking, exactly. The grid doesn't add any extra columns for error messages. That column must either exist in the data source, or it's an unbound column that you added to your grid. Maybe the column itself is hidden from the users and you just need to hide it from the column chooser, too.

    column.ExcludeFromColumnChooser = ExcludeFromColumnChooser.True;

Children
No Data