I have created a new class under a custom module under Kentico 8.2. I have also created an user interface with a unigrid for this class. How could I add export functions like custom tables?
Cheers, Matt
You might check out the documentation on the UniGrid. Should get you pointed in the right direction. I believe setting the ShowActionsMenu property of the UniGrid to true should show the menu for you.
ShowActionsMenu
Awesome. One line of code does the job.
Thanks
Please, sign in to be able to submit a new answer.