This is a migrated thread and some comments may be shown as answers.

Edit in seperate view cleaner solution

0 Answers 28 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chrys
Top achievements
Rank 1
Chrys asked on 11 Jun 2013, 08:31 PM
I'm trying to do the edit for a grid in separate view. The reason I need to accomplish this is because the information is too large for a modal. Right now this is how I'm moving to the new view.

grid.bind("edit", function (e) {
                grid.cancelChanges();
                window.location = '@Url.Action("AddEditCoalition","InputData",new{coalitionId=Model.CoalitionId})' + '&formId=' + e.model.Id;
}
Is there a cleaner way to do this becuase I little bit of the modal does popup intialy before changin to a new view.

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Chrys
Top achievements
Rank 1
Share this question
or