Click here to Skip to main content
15,914,452 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have assigned a dataset to the datagridview . Since one of the columns in tha dataset is boolean type, the corresponding datgridview column type became checkbox.i need to change this to normal field in datagridview.
pls help
Posted
Comments
K Herms 9-Dec-11 8:07am    
What do you mean with a normal field? A text showing yes / no or true / false?
vivektp 9-Dec-11 8:37am    
A text showing Yes/No

1 solution

Create a ComboBoxColumn bound to an array of bool-string and use it as a lookup table. See http://emmet-gray.com/Articles/DataGridView.htm[^] maybe helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900