Hi Manikandan,Thank you for your help.I need to display the ListBoxComponent for some specific fields when EDITING the data grid. In your example I see the DropDownList If I display the Data Grid details however when I use the Toolbar - ADD or EDIT buttons, the field restores to the original component . I attach the screen shot. In yellow the line that I'm editingRegards,Enrique
Attachment: EDIT_DATA_GRID._c17d395c.zip
|
beginDrillThrough(args) {
args.gridObj.columns[3].editType = "dropdownedit";
} |