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
-----------
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
Please help..
Riddhi ValechaPosted Apr 22, 2015, 9:56 AM
The GridView is reponsive... but the Headings are not appearing in the line...
How to get the headings ??
Riddhi ValechaPosted Apr 22, 2015, 5:13 AM
Thank you all... But none of the solution worked...
The examples shown in these links are -
--
Where as my gridview is without that
--
Please guide !
its urgent !
Khargesh RajputPosted Apr 21, 2015, 11:42 PM
Gowtham RajamanickamPosted Apr 21, 2015, 11:30 PM
Santhakumar MunuswamyPosted Apr 21, 2015, 10:54 PM
Refer this below link
Responsive Grid http://www.codeproject.com/Articles/547745/Add-Responsive-Behaviour-to-a-GridView-in-ASP-NET