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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

My wish is having a property to hide a column in the grid (like visible=false) but show and edit in the Dialogform (something like ShowInGrid=false AllowEditing=true) 

Moreover if AllowEditing=false the field in the DialogForm is rendered as readonly, but often it is better to hide completely (image a column that has a display template that is useless to show its ToString); something like ShowInForm=false

I know I can completley manually rewrite my form, but it is a waste of time if I have ten fields and only one to customize.