Does anyone know the right syntax to set the row height on a RadMultiColumnComboBox Column inside of a RadGridView?
I know how to set the row height of the RadGridView: rgv.TableElement.RowHeight = 20
What I'm looking for is how to set the row height of the rows in the RMCCB's gridview that is a column in my main GridView...make sense?
I know how to set the row height of the RadGridView: rgv.TableElement.RowHeight = 20
What I'm looking for is how to set the row height of the rows in the RMCCB's gridview that is a column in my main GridView...make sense?