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
4695
this.ultraGrid1.Selected.Rows.Count does not work
posted

Dear all,

I have the ultragrid1 and selected row count is zero when I select the record.

How to correct this??

this.ultraGrid1.Selected.Rows.Count

  • 469350
    Offline posted

    If that property is returning 0, then there are no selected rows in the grid.

    My guess is that you are not selecting a row, but rather you are looking at the ActiveRow, which is highlighted.