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
195
Asp.net MVC Ignite UI Grid RowEditDialog in service side logic
posted

I want to use ColumnSettings and RowEditDialogOptions with dialog and editor templates in server side logic and I don't know how to do it. Can you please provide me a sample where it is done in asp.net mvc server side logic? I am using infragistics ultimate ver 2015.1 

This is what I currently have:

  gridModel.Features.Add(new GridUpdating()

            {      

                AddRowLabel = "New Customer",

                EditMode = GridEditMode.RowEditTemplate,

                RowEditDialogContainment = "window",

                RowEditDialogHeight = "400px",

                EnableDeleteRow = false,

                RowEditDialogWidth = "600px",

                StartEditTriggers = GridStartEditTriggers.DblClick,

            });