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
neel k
NA
143
136.1k
mvc 5 web grid auto generated columns
Aug 3 2015 2:43 PM
hi,
In kendo I am using this below code for auto generated columns .
columns.AutoGenerate(column =>
{
column.Width = "100px";
});
I just want use this is in mvc web grid. what is the code.
I dont know the column names , number of records it is auto generated columns when run the query grid will fill these columns.
Thanks,
Reply
Answers (
1
)
can i add two controller for a single view, provide example.
URL Rewriting