I'm trying to create GridViewComboBoxColumn that works like a RadComboBox with the CheckBoxes property set to True.
Reading through this post, I cannot find the RadGridView_RowLoaded event.
Under the section "Customize the DropDownListEditor in GridViewComboBoxColumn" in this post, would I do something like that to create CheckBoxes? From this example, it looks like it would affect all GridViewComboBoxColumns. How would I make it only affect the specific column?