Hi all
I have a grid that I'd like to receive focus after a users selects a combo box above. I tried putting a databound handler in with the code: radgrid1.focus(); It nearly works. It does move focus to the grid, but to the header row. I want it to select the first cell of the first row which happens to be the autogenerated Select button. Anyone know how I can specifically set focus to that button?
Thanks
Mark
I have a grid that I'd like to receive focus after a users selects a combo box above. I tried putting a databound handler in with the code: radgrid1.focus(); It nearly works. It does move focus to the grid, but to the header row. I want it to select the first cell of the first row which happens to be the autogenerated Select button. Anyone know how I can specifically set focus to that button?
Thanks
Mark