ReoGrid icon indicating copy to clipboard operation
ReoGrid copied to clipboard

Hope to increase support for data validity

Open netty2019 opened this issue 6 years ago • 3 comments

Drop-down boxes like this are used a lot. I hope you can increase your support. Thank you very much.

netty2019 avatar Mar 26 '19 02:03 netty2019

I can't upload pictures. I can only put this link. https://www.ablebits.com/office-addins-blog/2017/08/16/data-validation-excel/

netty2019 avatar Mar 26 '19 02:03 netty2019

It's easy to implement your own validation form using custom drop-down. You can put any standard .NET control inside the drop-down panel. https://reogrid.net/walkthroughs/how-to-create-custom-drop-down-cell/

And you can do customized validation after cell data is changed by using the worksheet.CellDataChanged event.

jingwood avatar Mar 26 '19 02:03 jingwood

Thank you for your answer. I also thought of this method. But sometimes it is to let users make excel templates themselves,no need to write code,so it is best to support the data validity of excel.

netty2019 avatar Mar 27 '19 07:03 netty2019