Thursday, 28 June 2012

Hide the (Select or deselect)Checkbox in Web Part Title bar

Simply add the following style to the Master Page
  <style>
    .ms-WPHeaderTdSelection
    {
         display none;
     }
  </style> 

No comments:

Post a Comment

KendoUI Chart using in AngularJS with Dynamic data

Here i'm going to do the KendoUI Chart using AngularJS  and getting dynamic data from angular services. First need to down-lode the r...