Dear All,
I would implement date control, that date picker generate code is
FarPoint.Web.Spread.Extender.DateCalendarCellType dc = new FarPoint.Web.Spread.Extender.DateCalendarCellType();
dc.Animated = true;
dc.DateFormat = "dd/MM/yyyy";
dc.EnableOnClient = true;
dc.ShowEditor = true;
fpsViewer.ActiveSheetView.Cells.CellType = dc;
This code is Working in Firefox and IE,so date picker show and i will do the operations,but same
as to the google chrome,this code is note working and the date picker do not show,How to
Solve this problem
Thanks
Sreejesh