I have miscellaneous data in a table consisting of string, bool and integer.
I am making a user editable datagridview, but i want where there is bool data type, there should be radio buttons, where data type is string there should be text boxes and so on….
TIA
Problem Solved Finally!! Phew!
I am able to change the cell type as follows.
I have created cells for different datatypes….like for e.g. boolean data
and when i check the datatype i add
Where ds is the DataSet returned from my SQL query