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
check selected row index
posted

Dear all,

I have below code and when I select the row in the ultragrid, selected.rows.count==0??

if (this.ultraGrid1.Selected.Rows[0].Index >= 0)  // throw exception
            {  ........Cannot  run here .............

           }