TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
anusha kommawar
NA
10
9.8k
Grouping is not working for my kendo listview
May 20 2014 6:31 AM
Hi,
grouping is not working for my kendo listview.
Here is my code: Am i missing some thing..Please help ME!!!
$(document).ready(function () {
dataSource = new kendo.data.DataSource({
transport: {
read: {
url: "/api/Item_container_masters",
dataType: "json"
},
group: { field: "Type" }
},
batch: true,
pageSize: 6,
schema: {
model: {
id: "Id",
fields: {
Id: { editable: false, nullable: true },
Description: "Description",
Type:"Type",
}
}
}
});
Reply
Answers (
0
)
print ienumerable in text file c#
I have 2 methods with the same name, Tover(string a, int b)