I am adding an event handler to each of the cells in a datarow template like this.
foreach (DataCell cell in lstCaseload.DataRowTemplate.Cells)
{
cell.Click += (cell_Click);
}
Where lstCaelaod is the grid control
but the event never seems to fire …
any suggestions ??
thanks , Nick
Imported from legacy forums. Posted by Nick (had 1394 views)