Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1965
cannot use webdatetimeditor inside ultrawebgrid..help!!!!!!!urgent
posted

I am trying to upgrade from WebDateTimeEdit to WebDateTimeEditor and I get this error. What is a possible solution?

The control WebDateTimeEditor1 references a control that does not implement IProvidesEmbeddableEditor and cannot be used as the editor control for column MyGrid_c_0_6

Parents
No Data
Reply
  • 24497
    posted

    Hi,

    WebDateTimeEditor is AJAX (implementes IScriptControl) control and it is not compatible with UltraWebGrid.

    Usage of WebDateTimeEditor would require presence of ScriptManager and all other quite heavy stuff in your application which is not required by UltraWebGrid.

    If you have WebDateTimeEditor, then you also have WebDataGrid, because it is located in same dll. I suggest you consider replacing UltraWebGrid by WebDataGrid. In this case DateTime-cell editors will be WebDateTimeEditor and other editors (numeric, etc.) will be from same dll too.

Children
No Data