or
Private Sub Grid_Form_CellFormatting(ByVal sender As Object, ByVal e As Telerik.WinControls.UI.CellFormattingEventArgs) Handles Grid_Form.CellFormatting Try If TypeOf e.CellElement.ColumnInfo Is GridViewCommandColumn Then If e.CellElement.RowInfo.Cells("GroupType").Value.ToString <> 3 Then Dim button As RadButtonElement = CType(e.CellElement.Children(0), RadButtonElement) button.Visibility = vbHidden button.BackColor = Color.Peru End If End If End If Catch ex As Exception End TryEnd sub

Dear Telerik!
I have a problem with RadSplitButton in RadControls for WinForms.
I have one or more RadRibbonBarGroup within some buttons and for this reason my form isn’t narrow enough, the RadSplitButton (which is in the RadRibbonBarGroup) has an error.
So when I open down the RadRibbonBarGroup than click on an item (the item open a new form) on RadSplitButton, the RadSplitButton remains open.
I attach some screenshot to show you my problem.
Is there any solution for this?
Thanks in advice!