Found solution myself - in-case anyone else needs it in future:
added new attribute- "onKeyDown", "handleKey(" & _i & ")")"onmousemove", "handleMouse(" & _i & ")")
Mousemove shifts focus if column needs restricted. onKeyDown checks for shift + tab and moves focus 9:// Tab Key
//Catch shift tab attempt to move to 1st column
newFieldName = strGridName +
el = document.getElementById(newFieldName).createTextRange();
}
returnValue =
if (colNum==1 && event.shiftKey){"_ctl"+row+":_ctl"+nextCol;false;break;
case
e.Row.Attributes.Add(
e.Row.Attributes.Add( |