Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.31k stars 533 forks source link

Shown but disabled dropdown item in a DataGrid? #3325

Closed sturlath closed 2 years ago

sturlath commented 2 years ago

After searching the docs I think that this feature is not in Blazorise DataGrid but correct me if I´m wrong.

I have a EntityAction dropdown from abp.io that I like to disable. So show the dropdown but in disabled state. I have tried things like disabled="disabled" and of course I just get some rendering errors.

Would also be cool if it was possible to have tooltip with it.

stsrki commented 2 years ago

EntityAction is an ABP component so I think they should implement it on their side as a parameter. Then proxy it to the Dropdown or other buttons.

David-Moreira commented 2 years ago

Closing this as I believe apb has taken action. @sturlath just re-open if you have any other difficulties related to this.