Hi Mark,
Greetings from Syncfusion support.
Based on your query we suspect that you want to move another page when we select the rows in Grid.
Refer the below code example.
function rowSelected() {
debugger
window.location.rel='nofollow' href = '@Url.Action("ActionName", "ControllerName")';
}
|
Please let us know if you need further assistance.
Regards,
Thavasianand S.