Accessibility issue with grid select, need ability to customize

I have a requirement to add an aria-label attribute to the input and am unable to do so. Here is an example of what I need:

<Syncfusion.Blazor.Grids.GridColumn 
     Type="ColumnType.CheckBox" 
     Width="50" 
     CustomAttributes="@(new Dictionary<stringstring>() {{ "aria-label", "Row checkbox" }})">
</Syncfusion.Blazor.Grids.GridColumn>

Please let me know if there is another way to resolve this.

Thank you!





1 Reply 1 reply marked as answer

VN Vignesh Natarajan Syncfusion Team June 29, 2020 04:25 PM UTC

Hi Matthew,  

Greetings from Syncfusion support.   

Query: “ I have a requirement to add an aria-label attribute to the input and am unable to do so. 

We have validated the reported query and currently we do not have support to add an attribute to checkbox column. We have considered your query as an usability feature and logged the improvement report for the same. Thank you for taking the time to request this improvement “Support to add attribute to checkbox column” and helping us improve our product. At Syncfusion, we are committed to fixing all validated defects (subject to technological feasibility and Product Development Life Cycle ) and including the improvement fix in 2020 Volume 2 Service Pack 1 release which is expected to be rolled out by the end of July 2020. 
 
You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.     
 

Till then we appreciate your patience.  

Regards,
Vignesh Natarajan  



Marked as answer
Loader.
Up arrow icon