The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
HJHariharan J V Syncfusion Team July 29, 2019 09:59 AM UTC
Hi Bernard,
Thanks for contacting Syncfusion support.
You can customize the DropDownList edit component by using the “edit.params” property of Grid columns. Please refer to the below code example and documentation for more information.
In the below sample code we have customized the popup width inside the “BeforeOpen” event.
[index.cshtml]
@{
var DropDownList = new Syncfusion.EJ2.DropDowns.DropDownList() { BeforeOpen = "beforeOpen" };