Hello,
First, I set a few items in datagrid whic some contains hebrew content.
The problem is that I see xxxx xx xxxx instead of the hebrew characters .
Second, I set datagrid itemsource to objects list.
I would like to change the display name to another names in hebrew.
What do I need to do for that?
What I tried so far is change column 'name' property like following:
<
telerikDataGrid:DataGridTextColumn
PropertyName
=
"dateFixed"
Name
=
"תאריך"
/>
Thanks :).