Our requirement is to InPlace editor should be in Edit mode on Tab using TabIndex, Currently, we are unable to Set TabIndex on InPlaceEditor Items, We are tried with '@attribute' property of InPlaceEditor(Input & Dropdown) control, but it's not working.
Is there any other option available to set TabIndex on InPlaceEditor Items?
Dictionary<string, object> htmlAttribute = new Dictionary<string, object>() {
{"tabindex", "10" }
}; |
Hello Gunasekar,
I have tried the solution you have suggested and also ran the sample application you have provided, but it does not meet my requirement.
With the suggested solution, TabIndex working only after the In-place editor has already focused, while my requirement is that the In-place editor control editor should be focused on Tabindex.
Thanks,
Saurabh.