Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
0
Custom RowAction for IgbGrid - example not working
posted

I'm trying to implement the IgbGrid control but I need to open another page when user needs to edit because not all information for record is in the grid. Ideally, I would like to use the existing Edit capability of the grid and just capture the row and open a new page instead of editing the record in the grid. I tried to implement using the "Custom Implementation" example which seems to allow me to add a custom button and create an OnClick function; however, there seems to be a lot missing from this example because it doesn't work.

Can anyone show me how to either override the existing Edit function with a custom function or give me an example of a working version of the "Custom Implementation" from the "Ignite UI for Blazor - Grid / Row Actions" example?

Thanks,

Jim