I know in C# I can use the MergeRequest method. How can I access that via JavaScript? I am in a JQuery dialog box displaying a grid. And if the user selects 2 or more, I need to merge them via JavaScript and not rely on a plugin or C# module.
Is this possible?