If RadGridView is initialized (setting datasources to bindingsources of RadGridView) in the constructor of RadForm then GridViewComboBoxColumn does not show data until sort on a column is clicked. If initialization is executed in Shown function that data is shown ok. If instead of RadForm ordinary form is used, this problem does not occur.