We are looking at customizing the look of dashboards as much as possible by adding buttons/icons that replicate or trigger functionality of toolbar and context menu items. Many application options can be shown with “dundas.controls.$$$$$Dialog().show();”. For context menu items is a bit more tricky. What would be the best way to identify the script being executed? I have been trying to do this with the browser developer tools but no luck so far. For this particular case, we what to show the “FIlter” (right click - FIlter) associated to a DataGrid when clicking on an icon.
Thanks