How to apply .css style for paging commands in the status bar for classic paging.

2 replies. Last post: June 6, 2010 11:20 PM by Madhavan G
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Madhavan GMember

Hi All,

I have set classic paging in Webgrid. I need to apply .css style for the paging commands in the status bar, for this the below code used in code behind file but the style is not applying for paging commands. But the style got applied in the "Ready" text in the status line. See the attached screen shot.

Code used:

WebGrid1.LayoutSettings.PagingMode = PagingMode.ClassicPaging;

WebGrid1.LayoutSettings.PagingStyleUI = ClassicPagingStyle.SimpleDropDown;

WebGrid1.LayoutSettings.PagingStyleUI = ClassicPagingStyle.SimpleDropDown;

 WebGrid1.LayoutSettings.StatusBarStyle.CssClass = "SomeStyle";

 

Need to set the same text style for the entire status bar.

Please help.

Regards,

Madhavan.

 

 

Need to set the same text style for the entire status bar.

Please help.

Regards,

Madhavan.

 

1 attachment
All times are GMT -5. The time now is 7:35 PM.
Previous Next