When a user makes a selection in a dropdown in the first row of a Blazor Grid I want to be able to hide the same column in all the remaining rows to prevent them from making selections in those dropdowns. Is this possible?
Hristian Stefanov
Telerik team
commented on 08 Aug 2025, 07:03 AM
Hi George,
Could you please provide a bit more detail about your scenario? From what I understand, you have a DropDownList in each column that displays a list of all grid columns, and you'd like each selection to exclude the current column from the list—is that correct?
If possible, sharing a runnable sample with some dummy data that reflects your current setup would be very helpful in understanding your goal more clearly.
I look forward to your response with more details.
Hi George,
Could you please provide a bit more detail about your scenario? From what I understand, you have a DropDownList in each column that displays a list of all grid columns, and you'd like each selection to exclude the current column from the list—is that correct?
If possible, sharing a runnable sample with some dummy data that reflects your current setup would be very helpful in understanding your goal more clearly.
I look forward to your response with more details.
Best,
Hristian