Hi,
I'm trying to customize the message confirmation: "Delete record?" to another language when I press the GridRowEditUpdateLink button, but I have not got.
<Syncfusion:GridColumnDescriptor Name="Eliminar" ReadOnly="True" AllowGroupByColumn="False">
<ItemTemplate>
<Syncfusion:GridRowEditUpdateLink ID="btnEliminar" UpdateLinkText="" CancelLinkText=""
ShowDeleteLink="true" ShowEditLink="False" DeleteImageUrl="../../libreria/img/button_cancel.png"
runat="server" DeleteLinkText="Delete">
</Syncfusion:GridRowEditUpdateLink>
</ItemTemplate>
<Appearance>
<ColumnHeaderCell WrapText="True" HorizontalAlignment="Center" />
<AnyRecordFieldCell CultureInfo="es-PE" HorizontalAlignment="Center" TextAlign="Left" VerticalAlignment="Middle" />
</Appearance>
</Syncfusion:GridColumnDescriptor>
I have referenced the LocalizationPath and Localize into gridGroupingControl but I have no results
Localize="es-PE" LocalizationPath="~\App_GlobalResources"
Any ideas how I can get this?
Thanks.