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.
How i can show DropDownGrid as soon as i click on any cell, and right click on popup menu "Show details" for example.
It show only, when cell type ComboBox, which activated on ComboBox click event.
ADAdministrator Syncfusion Team January 27, 2006 03:57 AM UTC
Roman,
try handling the CellClick event. In your handler call
grid.CurrentCell.MoveTo(e.RowIndex, e.ColIndex);
grid.CurrentCell.BeginEdit();
grid.CurrentCell.ShowDropDown();
Stefan
Need More Help?
Get personalized assistance from our support team.