> 1) When using a german locale (my system default), the edit field for Amount > goes red immediately, because the displayed value "30,00" doesn't match the > validation format mask. Oddly, "30,00" is a correct german currency value, > because in Germany "," is the decimal separator, not ".". So I suspect that > the field editor uses a hardwired format mask "##'.'##", which works in > english countries only. When I change the value to be "30.00" the field > validates successful and I can close the row editor. But "30.00" is not a > valid german decimal value; "30,00" is.
Yeah, this is a known issue. That demo isn't fully localized. You are more than welcome to update it to support localized currency formats if you like. > 2) When the row editor is open, I cannot click anything in the row. Mouse > events seem to be blocked or consumed. I cannot click on the Type drop-down > nor change the Date with the Up/Down arrow buttons. > Tabbing through the fields with the keyboard works, though. > > This also happens with the recently uploaded Pivot 2.0 demos at > http://ixnay.biz/pivot-demos/table-row-editor.html Whoops. Fixed - thanks.
