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
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;