|
<ejs-grid id="Grid" dataSource="@ViewBag.DataSource" allowPaging="true" locale="es-ES" allowFiltering="true" allowSorting="true">
-----
</ejs-grid>
<script>
ej.base.L10n.load({
'es-ES': {
'grid': {
--------
'SortAtoZ': 'Ordenar de A a Z',
'SortZtoA': 'Ordenar de Z a A',
'SortByOldest': 'Ordenar por más antigua',
'SortByNewest': 'Ordenar por más nueva',
'SortSmallestToLargest': 'Ordenar a la más grande',
'SortLargestToSmallest': 'Ordenar a la más pequeña'
}
}
});
</script>
|
|
<ejs-grid id="Grid" dataSource="@ViewBag.DataSource" allowPaging="true" locale="es-ES" allowFiltering="true" allowSorting="true">
-----
</ejs-grid>
<script>
ej.base.L10n.load({
'es-ES': {
'grid': {
--------
"MatchCase": "Match Case",
--------
}
}
});
</script>
|