Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1095
Upgrading from UltraWebGrid controls
posted

I am trying to rewrite what the old controls did for the new controls and I am having some issues.

How do I loop through each row, is this correct?

foreach (GridRecord cRow in dgvPunchs.Rows)

{

 Do something

}

How do I look through each cell within each row, is this correct?

Finally how do I see if each cell is of type checkbox?  I set the value of the cell to "0" so each check box is unchecked.  I don't use a check box control for this.