You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.