Telerik RadGrid Hide Page Size DropDown

when we use paging in Telerik RadGrid then we get its UI as like below but some times we don't need Page size DropDown. in that case we should use a css style i.e. below.


 
<style type="text/css">     
   div.RadGrid .rgPager .rgAdvPart    
   {    
    display:none;       
   }     
</style>  


after appling above style its look like:

Comments

Post a Comment

Popular posts from this blog

C# Copy files from one server to another

Suppress StyleCop SA1600

Telerik Rad Grid Sorting