custom controls-query
-
hi Does anyone here can give me good sites or book recommendations for the customs controls in C# I want to create custom control for the radio button in the datagrid where I want give the user only one option to select the items from the database Is custom control for radiobuttonlist in datagrid is possible or not?? thanks in advance kal13na13
-
hi Does anyone here can give me good sites or book recommendations for the customs controls in C# I want to create custom control for the radio button in the datagrid where I want give the user only one option to select the items from the database Is custom control for radiobuttonlist in datagrid is possible or not?? thanks in advance kal13na13
Hello I think it's impossible and you should choose your field as boolean and datagrid shows that as CheckBox. for this in Datagrid TableStyle you should define DataGridBoolColumn. for additional goto : [Styling with the DataGridColumnStyle, Part 2](Styling with the DataGridColumnStyle, Part 2) Is it usefull ?