Skip to content

Instantly share code, notes, and snippets.

@elberthcabrales
Last active August 29, 2015 14:22
Show Gist options
  • Save elberthcabrales/1ebb0023717c72e01150 to your computer and use it in GitHub Desktop.
Save elberthcabrales/1ebb0023717c72e01150 to your computer and use it in GitHub Desktop.
ejemplo para cambiar el idioma del Radgrid
<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