We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

DropDownGridCell showed in popup menu

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.

1 Reply

AD Administrator 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

Loader.
Live Chat Icon For mobile
Up arrow icon