joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

using Area in #202

Open ashnazir opened 4 years ago

ashnazir commented 4 years ago

Hi There, .WithValueExpression((p, c) => c.UrlHelper.Action("InvDetails", "Supplier/SInvoice", new { id = p.InvoiceID })) is not redirecting to the new action and controller, instead its re-calling the same grid action, please help.

Supplier is an area,