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

I wanted to consult with you about a certain feature that I am supposed to implement and ask how you would do it.


I use Syncfusion grid in Blazer.
And I have a column called company name which is a drop down.
All the cells can be edited by activating events that make changes in the db after pressing update.

Now I need to implement something like this - if in the company name dropdown, you select company B, then nothing happens except for this change of company selection - that is, the rest of the line remains editable text 
boxes.


But if you select company C in the dropdown, then now the cell of the Name in the same row should be another dropdown component (which I already built) that contains all the names of the employees of company C in advance, and then as soon as someone is selected, the rest of the row will be filled with their details that will come from the
dropdown 
component and not from the original data source of the grid.

The thing is that the content of the line suddenly has to come from somewhere else and that's only when company B is chosen, and I need to bring an outside component into a specific cell.

I would greatly appreciate any idea, help, or anything else.
Thanks!!