DropDownGrid

How do I cause a GridDropDownGridCellModel to drop programaticaly from the parent grid object. I am dropping an image onto the cell, which I put into to a free cell in the EmbbeddedGrid. All of this works fine but I would like to drop down the grid after the drop operation to give feedback of a sucessful drop.

2 Replies

AD Administrator Syncfusion Team December 23, 2002 03:51 PM UTC

Try Grid.CurrentCell.ShowDropDown() Stefan


JN Joseph Nash December 23, 2002 05:05 PM UTC

Thanks for the quick and accurate answer, your suggestion plus the one for setting the current cell does just what was needed.

Loader.
Up arrow icon