Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
2147 | Dec 18,2002 02:05 PM UTC | Dec 18,2002 02:19 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
Private Sub gridControl1_CurrentCellShowingDropDown(sender As Object, e As Syncfusion.Windows.Forms.Grid.GridCurrentCellShowingDropDownEventArgs) Dim cc As GridCurrentCell = Me.gridControl1.CurrentCell If TypeOf cc.Renderer Is GridDropDownGridListControlCellRenderer Then Dim grid As GridControl = CType(cc.Renderer, GridDropDownGridListControlCellRenderer).ListControlPart.Grid grid.Model.Cols.Hidden(1) = True End If End Sub 'gridControl1_CurrentCellShowingDropDown
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.