Last active
August 29, 2015 14:22
-
-
Save elberthcabrales/1ebb0023717c72e01150 to your computer and use it in GitHub Desktop.
ejemplo para cambiar el idioma del Radgrid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<telerik:RadGrid ID="RadGrid1" runat="server" AllowFilteringByColumn="True" AllowPaging="True" AllowSorting="True" Culture="es-MX" GroupPanelPosition="Top"> | |
<MasterTableView> | |
<Columns> | |
<telerik:GridAttachmentColumn FileName="attachment" FilterControlAltText="Filter comumna1 column" UniqueName="comumna1"> | |
</telerik:GridAttachmentColumn> | |
</Columns> | |
</MasterTableView> | |
</telerik:RadGrid> | |
en las propiedades del RADGRID agrego Culture="es-MX" | |
Descargar el siguite archivo y agrega la carpeta App_GlobalResources a tu proyecto junto con sus dos archivos .resx | |
https://onedrive.live.com/redir?resid=19ec2c1f2ea53a16!4161&authkey=!AIZnL6TnOgbGcXQ&ithint=file%2czip | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment