Custom and Text validation lost when converting to DPL workbook #6227
Labels
Bug
C: Spreadsheet
FP: Unplanned
Sync status with associated Feedback Item
S: Wrappers (ASP.NET Core)
S: Wrappers (ASP.NET MVC)
SEV: Low
Bug report
Custom and Text validation lost when converting to DPL workbook. The issue is in the
ToDocument()
logic, where only list and number rules are considered:https://github.com/telerik/kendo/blob/master/dpl/Telerik.Web.Spreadsheet/Models/Workbook.ToDocument.cs#L221
Reproduction of the problem
A3
cell the validation could beAND(LEN(A3)<3)
Save as XLSX
to export the file using the Telerik.Web.Spreadsheet libraryCriteria
is set toNumber
and the custom formula is listed in theMin
field.Expected/desired behavior
Custom validation should not be converted to Number validation upon
ToDocument()
call.Environment
The text was updated successfully, but these errors were encountered: