Hi
I'm trying to set focus to a control when in add or edit mode in a radgrid using the following code I got from reading existing posts. I'm using automatic binding and in form editing.
radgridTimesheets.ClientSettings.ClientEvents.OnColumnCreated = "setTimeout(function(){document.getElementById('" + radcomboClient_Task.ClientID + "').focus();},200);"
However, I receive a page error message stating that "Error: Expected '}'" and I cant see where I'm going wrong as the code looks OK to me.
Thanks
Richard