when we are using the ASP.NET Zero Power Tools to load entities from DB all code is generated correctly and compilation is successfull for both web host and angluar client. but the actions button on the angular client is not functioning it does not open the context menu when clicked can you kindly support in this
7 Answer(s)
-
0
Hi **@361apps **
- Could you check if there are any javascript errors on browser console ?
- Does the logged-in user has the necessary permissions to see the buttons in the action menu ?
-
0
Hi @ismcagdas,
- there are no errors in the browser console, the HTML is even generated correctly and i can see the li containing edit and delete items, only the click event is not handled.
- we are checking from the default admin user and the user is granted permissions to edit and delete
-
0
Hi 361apps,
We have troubleshoot the problem.
Please upgrade your tool to v.1.6.0.3. Then re-generate your entity.
You also have to import BsDropdownModule in main.module.ts file. (See admin.module.ts for help)
-
0
please provide us a link to this specific version as we searched for it with no luck to get version list (only single download which is the original install that seems to be upgraded).
-
0
Dears, we have downloaded the latest power tool from visual studio market place some generation errors regarding the the implementation of the export excel interface but the issue with the actions button not functioning still exists https://marketplace.visualstudio.com/items?itemName=Volosoft.AspNetZeroPowerTools
-
0
Have you imported BsDropdownModule in main.module.ts file? (See admin.module.ts for help)
By the way, you could update the tool on visual studio.
-
0
Dear Yekalkan, thank you so much for your support it's functioning properly now after the import.