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
Sri Ram
1.6k
173
99.8k
Grid Layout in MVC
Jun 25 2017 6:55 PM
I have a requirement to display data in a grid format in MVC web application. The grid or table showing the data should have below listed features:
Grid or Html table with sorting and custom paging logic
Data in tabular format should be displayed using Bootsrap css so that in a mobile view, data from each column should be wrapped down instead of having a horizontal scroll bar to see all column details
Ability to enable/disable sorting for required columns
Nice styling for paging links
Able to provide an option for page size (like 10, 50, 100, 200 in a drop-down)
No third-party components are allowed
No client-side plugins allowed ( like jquery DataTable )
The environment restricts the usage of client-side libraries so majority of the work should be done on server-side. This has to be achieved using a minimal javascript code if required.
Can anyone help on this with an example?
Your support is highly appreciated.
Reply
Answers (
7
)
How to share post to social network sites after save data?
Error Handling in MVC View