hi there,
how can i add a calender column by writing the code in C#,
the below code gives and error:
CalendarColumn c = new (CalendarColumn)dgvAction.Rows[0].Cells[1].OwningColumn;
what i want is when i click a check box in the datagrid view i want the current date to display in the calender column if not i want to make the calender column null, no value(not even the current day)
how can i do this??
thanx