|
<ejs-grid [dataSource]='data' allowPaging='true' [pageSettings]='pageSettings' [editSettings]='editSettings' [toolbar]='toolbar'>
<e-columns>
<e-column field='ShipCountry' headerText='Ship Country' width='150' editType='dropdownedit'></e-column>
</e-columns>
</ejs-grid>
|
Hi Rakhi,
Greetings from Syncfusion support.
You can achieve your requirement by mentioning editType for a column as ‘dropdownedit’. Please find the below code example and documentation link for more information.
<ejs-grid [dataSource]='data' allowPaging='true' [pageSettings]='pageSettings' [editSettings]='editSettings' [toolbar]='toolbar'><e-columns><e-column field='ShipCountry' headerText='Ship Country' width='150' editType='dropdownedit'></e-column></e-columns></ejs-grid>
Please get back to us, if you need further assistance.
Regards,Manivel