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
1170
I changed the value in a cell, but it is not updating (and other questions)
posted

I programmatically changed the value of a cell but it does not appear to be persisting. I tried UpdateData() prior to saving the bound sourcelist, but the row is not flagged as changed. How can I force this?

Also, in addition I would like to programmatically select each row in a foreach loop and not sure how to do this:

For example:

foreach (UltraGridRow row in grdStatus)
{

   // doing long-running stuff per row and would like to show a highlighted row selection on the grid

}

Finally, I would like to add an unbound progress bar in a cell that will show percent completed in the above iteration. Is this doable?

Parents Reply Children