Found some problems/bugs running VWG on SL (none of those happen on DHTML):
DateTimePicker:
The DateTimePicker do not respect the FORMAT property, eg.: set it to "short" and run, it stays as "long".
Obsiously, customFormat doesn't work either.
Another problem is that the popup from the DateTimePicker always gets behind a asppagebox (or reportviewer)
Form:
Another problem that I have it's when i try to mazimize a form, it gets the right width and height but it doesn't change its location to fill all browser window, but if I manually resize the browser window, then the form gets "repainted" and looks fine.
DataGridView:
If I set RowHeadersVisible to "False", when I try to open the form wich contains the grid, the application (not just the form) dissapears, leaving a blank screen.
ListView:
When databound, the columns doesn't show the field names of my class as the column caption.
ReportViewer:
The Report doesn't appear. If IE has the option "Show notification about every script error" checked (or with Firefox FireBug), when I try to show the report, it gives me the JS error:
"parent.v27 is undefined"
function vwg_pipeline_onload(objDocument){parent.v27.f297(objDocument);}
But if I right click inside the reportviewer and choose from the IE menu the option "Refresh", the report loads correctly.
Just droping a ReportViewer on a form and running it should show the error.
ComboBox:
Manually deleting the text from the combobox doesn't change the SelectedIndex