or
|
POST http://128.73.0.194/Report/GetJsonGroupedCategoryData
|
401 Unauthorized
|
115m |
$(".k-grid").kendoGrid({
dataSource: {
data: createRandomData(50),
pageSize: 10
},
columns: [
{
field: "BirthDate",
title: "Birth Date",
format: "{0:dd/MMMM/yyyy}" // <- Other formatting options available?
}
]
});
Alright, these are quite my primary questions. It would be great to get some feedback about this.
Thank you in advance and
merry christmas,
Stephan

