2
Reply

how to point to particular column of ultragrid

Kriti

Kriti

Jul 14 2010 9:26 AM
3.3k

if (row.Cells[0].Column.Equals(
"EmployeeId"))
{
//perform some action
}
When i am debugging and checking it through watch (row.Cells[0].Column) value comes as EmployeeId..But the flow is not entering in the if loop..any idea?
 

Answers (2)