Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I have this code:
kendo.ui.Grid.prototype.options =
$.extend(true, kendo.ui.Grid.prototype.options,{
noDataTemplate:"NoData",
noRecordsTemplate:"NoData",
noRecords:"NoData"
});
this code doesn't work!
<script>
kendo.ui.Grid.prototype.options.messages =
$.extend(
true
, kendo.ui.Grid.prototype.options.messages, {
noRecords:
"No records available CUSTOM."
</script>