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!
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.