volosoft / lepton-theme

Issues & discussions for the Lepton Theme
40 stars 5 forks source link

Blazor Server - Action Button in DataGrid #12

Closed cellero closed 2 years ago

cellero commented 2 years ago

The action items (Edit and Delete) do not render correctly.

  1. When there is only 1 item in the grid the Delete option does not show: image

  2. When there are 2 or more and the last item is chosen, the pop up appears above the Action button. This is confusing as it is not clear which row is being actioned: image

ismcagdas commented 2 years ago

@cellero did you try this on open source ABP templates ?

cellero commented 2 years ago

Commercial user - created with ABP Suite. ABP v5.3.2

ismcagdas commented 2 years ago

@enisn as far as I remember, we fixed this problem, right ? Could you check it with the latest version ?

cellero commented 2 years ago

I've tested this again today for Blazor Server on ABP Suite Commercial 6.0.0-rc.1 and the issue remains: image

<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX" Version="1.0.0-rc.1" />
<PackageReference Include="Volo.Abp.AspNetCore.Components.Server.LeptonXTheme" Version="1.0.0-rc.1" />
ismcagdas commented 2 years ago

@cellero thanks, I have created an internal issue, so I'm closing this one. If you find any issues realted to LeptonX theme, you can create the issues on https://github.com/abpframework/abp/.