IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
https://www.infragistics.com/products/ignite-ui-blazor
2 stars 2 forks source link

Ignite.Blazor Add custom Actions to Row Actions in Grid #96

Open GuyDavidBanks opened 5 months ago

GuyDavidBanks commented 5 months ago

I was informed by support that is is not possible to add custom actions to the Grid Row Ations popup toolbar in ignite.Blazor, but it is supported in Angular. I would like to add an action to navigate to a child page etc.

Please could this be added to the Row actions as in Angular.

mddifilippo89 commented 4 months ago

@dkamburov @gmurray81 @ig-robstoffers There appears to be some confusion around this feature. It was marked completed here but I don't think this feature was ever completed/merged in Blazor

https://github.com/IgniteUI/igniteui-xplat-docs/issues/746

dkamburov commented 4 months ago

@mddifilippo89 Yeah, there might be a confusion arround it. For example editing options for adding and removing rows are working as expected.

  <IgbActionStrip
  Name="actionStrip"
  @ref="actionStrip">
      <IgbGridPinningActions>
      </IgbGridPinningActions>

      <IgbGridEditingActions
      EditRow="true"
      DeleteRow="true"
      AddRow="true">
      </IgbGridEditingActions>

  </IgbActionStrip>

But there seems to be an issue with custom elements - like adding a button to the content of the action strip for example. This behavior can be observed in WebComponents as well

mddifilippo89 commented 3 months ago

@dkamburov Can you reassign this or let me know to me when this merged to main so I can test it and add the doc about it?

dkamburov commented 3 months ago

yeah, sure, it is there actually.