﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - How to apply .css style for paging commands in the status bar for classic paging.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-apply-css-style-for-paging-commands-in-the-status-bar-for-classic-paging/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>How to apply .css style for paging commands in the status bar for classic paging.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-apply-css-style-for-paging-commands-in-the-status-bar-for-classic-paging/</link><pubDate>Sun, 06 Jun 2010 23:20:24 GMT</pubDate><dc:creator>Skgrid@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Andi,&lt;/p&gt;
&lt;p&gt;It worked. Thanks for your help.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Madhavan.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>How to apply .css style for paging commands in the status bar for classic paging.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-apply-css-style-for-paging-commands-in-the-status-bar-for-classic-paging/</link><pubDate>Fri, 04 Jun 2010 12:13:40 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Hi Madhavan,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Could you kindly try this block of code? I have tried them and it works nicely. For text "Page # of #" in status bar, to change them, we will need to use StatusBarCommandStyle method and set the CSS class for it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Here is the snippet:&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&lt;span style="font-size: 9pt; "&gt;        WebGrid1.LayoutSettings.PagingMode = PagingMode.ClassicPaging;

        WebGrid1.LayoutSettings.PagingStyleUI = ClassicPagingStyle.SimpleDropDown;

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

        WebGrid1.LayoutSettings.StatusBarCommandStyle.Normal.CssClass = "WebGridStyle";
&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I hope it helps. Thank you and have a nice day.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt; "&gt;Andi Santoso&lt;/span&gt;&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>How to apply .css style for paging commands in the status bar for classic paging.</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-apply-css-style-for-paging-commands-in-the-status-bar-for-classic-paging/</link><pubDate>Fri, 04 Jun 2010 04:53:44 GMT</pubDate><dc:creator>Skgrid@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;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. &lt;/p&gt;
&lt;p&gt;Code used:&lt;/p&gt;&lt;span style="font-size: 13px"&gt;&lt;p&gt;WebGrid1.LayoutSettings.PagingMode = &lt;span style="color: #2b91af; font-size: 13px"&gt;&lt;span style="color: #2b91af; font-size: 13px"&gt;PagingMode&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;.ClassicPaging; &lt;p&gt;WebGrid1.LayoutSettings.PagingStyleUI = &lt;span style="color: #2b91af; font-size: 13px"&gt;&lt;span style="color: #2b91af; font-size: 13px"&gt;ClassicPagingStyle&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;.SimpleDropDown;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;WebGrid1.LayoutSettings.PagingStyleUI = &lt;span style="color: #2b91af; font-size: 13px"&gt;&lt;span style="color: #2b91af; font-size: 13px"&gt;ClassicPagingStyle&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;.SimpleDropDown;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13px"&gt;&lt;span style="font-size: 13px"&gt;&lt;span style="font-size: 13px"&gt; WebGrid1.LayoutSettings.StatusBarStyle.CssClass = &lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;"SomeStyle"&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt;;&lt;/span&gt; 
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Need to set the same text style for the entire status bar.&lt;/p&gt;
&lt;p&gt;Please help.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Madhavan.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Need to set the same text style for the entire status bar.&lt;/p&gt;&lt;p&gt;Please help.&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Madhavan.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/span&gt;</description></item></channel></rss>