U
uknees
Hi,
I want to have a datagrid filled with data for the users to select
which ever record they want and poplulate to another datagrid on
another form(which is the calling form)
Very much like letting the user clicking on the checkboxes on the
datagrid then click on the button to have the data transported to the
calling page's datagrid.
So... I was wondering how i can add a boolean column to a datagrid? I
know i can use the DataGridBoolColumn to add a DataGridColumnStyle.
but, what if this column i am adding is not in the dataset or
datatable?
I want to have a datagrid filled with data for the users to select
which ever record they want and poplulate to another datagrid on
another form(which is the calling form)
Very much like letting the user clicking on the checkboxes on the
datagrid then click on the button to have the data transported to the
calling page's datagrid.
So... I was wondering how i can add a boolean column to a datagrid? I
know i can use the DataGridBoolColumn to add a DataGridColumnStyle.
but, what if this column i am adding is not in the dataset or
datatable?