hi friends,
i have editable radgrid, where all the fileds is in open state. it contains textbox and label.
user can enter value in any textbox in the grid.
mean while, i am refreshing the grid using timer at regular interval.
my issue is, after refresh, the cursor is disappears from the control.
i need to set focus to the same control,where the cursor before postback.
it is possible to take focused control id in server side using C# web application.
it possible, give me some ideas.
Thanks in advance
ASRK.....