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
Riddhi Valecha
444
3.3k
412.7k
Responsive Gridview in asp.net
Apr 21 2015 10:47 PM
Hi all...
I need some javascript or css to make my gridview responsive...
My current scenario -
I have a gridview and a datatable.
I get data from back-end in datatable and bind this to gridview...
i.e.
grd_Employees.DataSource = table;
grd_Employees.Databind()
--------------------
Now, here there is no <Colummns> <asp:BoundColumn> </asp:BoundColumn> </Column>
-----------
THe AutogenerateColumns = true and AutogenerateSelectbutton = true.
Events - SelectIndexChange (for selecting rows) and ROwDatabound (for alignment of records).
----------
Now,
1.
How to make this resopsive ?
I have already visited the link -
http://www.c-sharpcorner.com/UploadFile/47548d/responsive-grid-view-in-Asp-Net/
2.
Also, I want to make the heading / Columns names big in height ??
It is very small now !!
--------
The method in the link shows the example with <Columns> and <asp:BoundField>
Please help..
Reply
Answers (
5
)
deploy website
Forgot password in MVC 4