Hello,
in RadControls for ASP.NET AJAX Q3 2008 I use this code to localize grid in Edit mode:
As I knew, in RadControls for ASP.NET AJAX Q2 2010 I can use *.resx files to localize Grid, but I don`t find any fields in RadGrid.Main.resx witch can help me to localize my Grid in Edit mode.
Thanks for any help,
Andrey.
in RadControls for ASP.NET AJAX Q3 2008 I use this code to localize grid in Edit mode:
<
EditFormSettings
>
<
EditColumn
UniqueName
=
"EditCommandColumn1"
ButtonType
=
"ImageButton"
CancelText
=
"Отмена"
InsertText
=
"Вставить"
UpdateText
=
"Обновить"
>
</
EditColumn
>
</
EditFormSettings
>
As I knew, in RadControls for ASP.NET AJAX Q2 2010 I can use *.resx files to localize Grid, but I don`t find any fields in RadGrid.Main.resx witch can help me to localize my Grid in Edit mode.
Thanks for any help,
Andrey.