i have tired
UltraWebGrid1.Rows[0].Selected = true;
{
cell1 = dr.Cells[0].Value.ToString();
if(cell1 == "1")
dr.Selected = true;
}
not working.. always select last row cell....
Hello,
It is hard to say, from what I see here code seems correct, maybe it is a page lifecycle issue - e.g. if you rebind the grid after that all information about selection is lost, etc.