Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
975
cannot tab into button column
posted

I use a template to create a button column (please see below).

{headerText: "", key: "ContactID", dataType: "number", template: "<input type=\"button\" value=\"edit\" data-id=\"${ContactID}\" onclick=\"OnEditCell(this)\"/>", width: "50px" },

I have a problem that I cannot use the tab key to tab into the column button to invoke the event in edit mode. I must use the mouse to click to fire the event. I have tried different editorOption but still could not resolve this. Could you please help? thanks