unvell / ReoGrid

Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
https://reogrid.net
MIT License
1.33k stars 394 forks source link

Is it possible to edit text in DropdownListCell? #470

Open RoYunHee opened 2 years ago

RoYunHee commented 2 years ago

I am trying to draw a combobox with text editable in a cell.

I'm currently using DropdownListCell, is it possible to edit text when a cell is clicked?

If not, are there any other controls that provide that functionality?

If both do not work, please suggest another way.

Thank you.

example) ex

Which edition of ReoGrid is targeted