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
731
How to select row from code behind??
posted

i have tired

UltraWebGrid1.Rows[0].Selected = true;

foreach (UltraGridRow dr in UltraWebGrid1.Rows)

{

cell1 = dr.Cells[0].Value.ToString();

if(cell1 == "1")

dr.Selected = true;

}

not working.. always select last row cell.... 

 

 

Parents
No Data
Reply Children
No Data