I would like to add a pop up modal window when the user click on the view icon in my module. How to implement this? Thanks
It's best to use your own or external javascript library vs. something Kentico has already implemented simply for upgrade/hotfix reasons. There's a chance that any changes Kentico makes could cause breaking changes in your code. I'd check out the jQuery library for modal windows.
Thanks for the answer. The custom code will surely affect the main jquery codes but what I want to implement is something similar to the Event Log area. When click on the view icon the pop up event details will be come out. I saw on the Friends module also when click on Add Friend a pop up window come up. Was it possible to achieve this?
If you're using the out of the box module building functionality, this is already built in, you just need to configure your module correctly.
I am using xml file and calling the grid function through there. How to configure the out of box? I am building a custom module. Thank You
Please, sign in to be able to submit a new answer.