How do I retrieve key of all column on initializerow event of the WinGrid
e.Row.Band.Columns.OfType<UltraGridColumn>().Select(c => c.Key);