Arvind Singh Baghel

Arvind Singh Baghel

  • 298
  • 5.7k
  • 761k

css for all datagridview pagging in asp.net.

Feb 22 2017 12:46 AM
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 

Answers (2)