Hi,
I need our WinGrid to save and Load its settings. For example, when the its parent form closes, the grid should save its settings to whatever value it has to an xml/binary file.
It's not clear what you mean by "settings". If you want to save user-customizable options like the positions and width of the columns or the sorting and filtering, then you can use the grid.DisplayLayout.Save/Load methods.
Yes, I meant user-customizable settings. For example, the user may hide/unhide GroupBy.. or other things.