Hi,
I have in my grid several editable columns that I wired them to a WebDateChooser and WebDateTimeEdit throught EditorControlID, and I encounter some strange behavior. When the page is freshly loaded, I click on those cells and the correct editor with the formating is display. However, when the page is freshly loaded, and I click on some sortable header, the grid is sorted as expected, but the editors are gone!
And I tried different combination, and I notice that I need to activate the editor before sorting anything or the editor will be gone...
So am I missing something when declaring the grid or is it just a bug?
Thanks,--Vincent