2
Reply

css for all datagridview pagging in asp.net.

Arvind Singh Baghel

Arvind Singh Baghel

Feb 22 2017 12:46 AM
404
i have this below css:
.gridpager, .gridpager td
{
text-align: left;
}
this is used for left allign for pagging. 
i have many datagrid in different forms in my project i want to apply left,  in my paging row which is last row in grid.
i want to write generic css which should be automatically appy for all the grid view,
i dont want to add PagerStyle-CssClass="gridpager" in my all grid views.
 
Thanks 

Upload Source Code  Select only zip and rar file.
Answers (2)