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
1250
WebDateChooser in UltraWebGrid Problem
posted

Hi,

Please help in following problem:

 I Instantiate WebDateChooser into column header in the UltraWebGrid.

All works fine, Calendar works (It can be opened, input validation works ), BUT If my grid contains no records(after binding).

Calendar does not work! (It cannot be opened, input validation does not work).

Probably some scripts were not registered.

How can I fix it? Where should I look at?

Thanks!

  • 1250
    posted

    After investigation I figure out following:

    If in the grid property StationaryMargins is specified, instantiated Calendar does not  work in case no data in data source.

    DisplayLayout.StationaryMargins = StationaryMargins.Header && empty data source => Calendar does not work!

    I think it is BUG.

     

    Thanks!