引用 AjaxControlToolkit
服务端
FarPoint.Web.Spread.Extender.DateCalendarCellType dc = new FarPoint.Web.Spread.Extender.DateCalendarCellType();
AjaxControlToolkit.MaskedEditExtender mee = new AjaxControlToolkit.MaskedEditExtender();
mee.Mask = "9999-99-99";
mee.MaskType = AjaxControlToolkit.MaskedEditType.Number;
dc.DateFormat = "yyyy-MM-dd";
dc.Extenders.Add(mee);
FpSpread1.Cells[0, 1].CellType = dc;
执行出错
A ScriptManager is required on the page to use ASP.NET AJAX Script Components.
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.InvalidOperationException: A ScriptManager is required on the page to use ASP.NET AJAX Script Components.
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。 |