Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
10366 | Jan 30,2004 12:04 AM UTC | Feb 2,2004 05:10 PM UTC | WinForms | 9 |
![]() |
Tags: GridControl |
style = CType(e.Grid, GridDataBoundGrid).GridBoundColumns ("Gender").StyleInfo
style.CellType = "ComboBox"
style.DataSource = Items
style.DropDownStyle = GridDropDownStyle.Exclusive
try
style = CType(e.Grid, GridDataBoundGrid).GridBoundColumns ("Gender").StyleInfo
style.CellType = "ComboBox"
style.ChoiceList = Items
style.ExclusiveChoiceList = True
>style = CType(e.Grid, GridDataBoundGrid).GridBoundColumns ("Gender").StyleInfo
>style.CellType = "ComboBox"
>style.DataSource = Items
>style.DropDownStyle = GridDropDownStyle.Exclusive
>
>
>try
>
>style = CType(e.Grid, GridDataBoundGrid).GridBoundColumns ("Gender").StyleInfo
>style.CellType = "ComboBox"
>style.ChoiceList = Items
>style.ExclusiveChoiceList = True
>
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.