Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
We often display form data and data in grids styled and with layout crafted to display the relevant data well or targeting a specific tasks/user and may allow changes either with edit button or double click to change to a editable component/editor. In most platforms we've used this is the same component with a editable flag (see bootstrap plaintext form control: https://getbootstrap.com/docs/4.5/components/forms/#readonly-plain-text)
I could not get this work using bootstrap/css by providing those classes through CssClass with your controls as it appeared they were being applied at a different level of internal html tags. I only see disabled and readonly properties on your components both of which simply present a disabled text box. I'm guessing we could implement this via