MS DateEdit
This commit is contained in:
@@ -203,8 +203,9 @@ Public Class ClassControlCreator
|
||||
oView.OptionsSelection.MultiSelectMode = GridMultiSelectMode.CheckBoxRowSelect
|
||||
oView.OptionsSelection.CheckBoxSelectorColumnWidth = 20
|
||||
oMyNewGridControl.Size = New Size(CInt(pAttributeRow.Item("WIDTH") + 50), CInt(pAttributeRow.Item("HEIGHT")))
|
||||
End If
|
||||
|
||||
End If
|
||||
'oView.Columns("TERM_ID").Visible = False
|
||||
' Add and configure navigator to delete rows
|
||||
oMyNewGridControl.UseEmbeddedNavigator = True
|
||||
With oMyNewGridControl.EmbeddedNavigator.Buttons
|
||||
|
||||
Reference in New Issue
Block a user