Unable to set TabIndex on In-Place Editor controls

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?


4 Replies

GK Gunasekar Kuppusamy Syncfusion Team July 16, 2021 01:53 PM UTC

Hi Toan,


Greetings from Syncfusion support.


We have validated your reported query " we are unable to Set TabIndex on InPlaceEditor Items, We are tried with '@attribute' property"

We can set the tabindex property by using InPlaceEditor @attributes property.

We have prepared a sample for your reference.

Code snippets:

Dictionary<string, object> htmlAttribute = new Dictionary<string, object>() {       
    {"tabindex""10" }
};

Sample: https://www.syncfusion.com/downloads/support/forum/167298/ze/InplaceEditor1406935113

Please check the sample and let us know if the solution helps,

Regards,
Gunasekar



SA Saurabh aloha replied to Gunasekar Kuppusamy July 20, 2021 09:36 AM UTC

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.



GK Gunasekar Kuppusamy Syncfusion Team July 21, 2021 03:46 PM UTC

Hi Saurabh, 
 

Good day to you.
 

We have validated your query and we are able to reproduce the issue from our and we have considered Inplace Editor thrown script error when open using tab key navigation as a bug from our end and logged the report for the same and it will be included in our patch release on 3rd August  2021 
 
   
You can now track the current status of the report, review the proposed resolution timeline, and contact us for any further inquiries through this link: https://www.syncfusion.com/feedback/27225 
 
Regards, 
Gunasekar



GK Gunasekar Kuppusamy Syncfusion Team August 30, 2021 04:43 AM UTC

Hi Toan, 

 
Thanks for your patience. 

 
We have included the fix for the issue  "Inplace Editor thrown script error when open using tab key navigation  with the version “19.2.51”. Can you please upgrade your package version to the latest to resolve the issue from your end?  
We thank you for your support and appreciate your patience in waiting for this patch release. Please get in touch with us if you would require any further assistance.

Regards

 
Gunasekar


Loader.
Up arrow icon