$(document).ready(function() {
var threadsForRecord57 = new kendo.data.DataSource({
data: [
{
summary: 'Functional Spec Review',
detail: 'This is for a detailed review of the functional specification for this PRN.',
status: '',
threadid: 1,
user: 'Ramesh K',
lastupdate: '10/15/2012 04:15:00 PM',
msgcount: 15},
{
summary: 'Design Spec Review',
detail: 'Post your review comments for my design specification in this thread. Please be as detailed as possible in your comments.',
status: 'unread',
threadid: 2,
user: 'Ramesh K',
lastupdate: '12/15/2012 09:15:00 PM',
msgcount: 5},
{
summary: 'Requirements Discussion',
detail: 'This thread is for discussion about the requirements for this enhancement.',
status: 'new',
threadid: 3,
user: 'Ed L',
lastupdate: '12/17/2012 09:15:00 PM',
msgcount: 35},
{
summary: 'QA Discussion',
detail: 'Post here for any assistance you need in testing this feature.',
status: '',
threadid: 4,
user: 'Ramesh K',
lastupdate: '11/17/2012 09:15:00 PM',
msgcount: 27},
{
summary: 'Tech Pubs Discussion',
detail: 'Technical Publications should use this thread to discuss any questions or issues they have in documenting this new feature. Thanks.',
status: '',
threadid: 5,
user: 'Lydia D',
lastupdate: '11/17/2012 09:15:00 PM',
msgcount: 5}
],
schema: {
model: {
fields: {
lastupdate: {
type: 'date'
},
msgcount: {
type: 'number'
...
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.