This example demonstrates how to set folder browser cell in WinForms GridControl.
Sometimes I need the user to select a folder. The OpenFileDialog can be used to select files but currently doesn't expose the functionality to select folders. Developers now need to include custom ...