Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
250
MVC3 Grid edit Dialog
posted

I would like to display a dialog with some igEditors in it when the user is editing a row in a igGrid instead of using the default mode that is provided with the grid. Is there a way to override that event or wire up a jquery function to display a dialog when the grid row enters edit mode.

 

Currently I use an action link (from post https://es.infragistics.com/community/forums/f/ignite-ui-for-javascript/58692/links-inside-a-grid) in the grid rows to send them to another view and then when they are done editing the data and it is saved they are  redirected back to the main page.

 

I am new to both MVC and jquery so any code samples/examples would be much appreciated.

Thank you in advance

MVC 3, C# Razor

Parents Reply Children
No Data