Hello
I have a datagrid which has a couple of yes/no fields, i have made it so a dropdown list button is visible when click on the cell but nothing is displayed in the list. How can i do this? The following code is what i use to display the dropdown button.
With DataGrid1
.Columns(5).Button = True
.Columns(8).Button = True
.Columns(9).Button = True
.Columns(10).Button = True
.Columns(5).NumberFormat = "Yes/No"
.Columns(8).NumberFormat = "Yes/No"
.Columns(9).NumberFormat = "Yes/No"
.Columns(10).NumberFormat = "Yes/No"
End With
Thanx for any help
I have a datagrid which has a couple of yes/no fields, i have made it so a dropdown list button is visible when click on the cell but nothing is displayed in the list. How can i do this? The following code is what i use to display the dropdown button.
With DataGrid1
.Columns(5).Button = True
.Columns(8).Button = True
.Columns(9).Button = True
.Columns(10).Button = True
.Columns(5).NumberFormat = "Yes/No"
.Columns(8).NumberFormat = "Yes/No"
.Columns(9).NumberFormat = "Yes/No"
.Columns(10).NumberFormat = "Yes/No"
End With
Thanx for any help