N
None
hi there,
i have a datagrid whose datasource is outlook.appointmenets.items. it
can display the appointmenet items as expected. however, i want the
datagrid to show an additional column (col3) displaying a computed
value. below is an example.
col1 col2 col3
start time1 end time1 subject1 + location1
start time2 end time2 subject2 + location2
can anybody tell me how to add col3 to the datagrid and make it show
(subject + location)?
i use c# and .net compact framework 2.0, thanks.
batterheadccw
i have a datagrid whose datasource is outlook.appointmenets.items. it
can display the appointmenet items as expected. however, i want the
datagrid to show an additional column (col3) displaying a computed
value. below is an example.
col1 col2 col3
start time1 end time1 subject1 + location1
start time2 end time2 subject2 + location2
can anybody tell me how to add col3 to the datagrid and make it show
(subject + location)?
i use c# and .net compact framework 2.0, thanks.
batterheadccw