Hi Guys.
I was really excited to try the new release of Atlas, since it looked like a huge advance over the previous ones.
I've created a simple page with a button and a DataGrid, and put an <atlas:UpdatePanel> tags around the DataGrid. The button's click event has a code to populate the DataGrid with some data.
When I clicked the button, I've got a javascript error.
After about 5 hours of investigation, I found that the error occured because the HeaderText property of the DataGrid's columns contained hebrew text, and it looked like Atlas didn't like that. When I've changed that to English texts, everything worked just fine.
This problem occured in some more scenarios, such as when a RegisterClientScriptBlock method was called, and the script contained hebrew characters.
Is there any way to work with Atlas with non-english characters?
Thanks!