Hello!
I have an igGrid and has 1 column that was configured with updating feature
Can you give me an example to change from texteditor to combo editor
Because with each row. I want to fill data with each other editor type
i used infragistics 15.2
Hi Martin,
I would like to have similar code in .NET MVC . i am currently using igGrid like -
x.ColumnSetting().ColumnKey("Response").EditorType(ColumnEditorType.Combo) .ComboEditorOptions(co => co.DataSource(Model.List_Response).ValueKey("Value").TextKey("Text").Mode(ComboMode.DropDown));
In above scenario how should i put multiple data source ?
Hello Cuong,
Thank you for your kind words. You're welcome.
Best regards,Martin PavlovInfragistics, Inc.
thanks you very much.
it works fine with my case
you are a good developer
thank again!
Yes, you can. I'm attaching a sample.
thank you very much.
i have an other question.
can i show more than 1 column with combo editor within igGrid
thank you very much!