Hi everyone.
I am trying to create my own skin to the rad grid. I tried the example
http://demos.telerik.com/aspnet-ajax/grid/examples/styles/customskin/defaultcs.aspx
I want to put a border of 1px in the radpager but i canĀ“t .
With firebug i see
if i put border :1 , the border shows up.. but this come from a web resources... How can i create the border .
Thanks.
I am trying to create my own skin to the rad grid. I tried the example
http://demos.telerik.com/aspnet-ajax/grid/examples/styles/customskin/defaultcs.aspx
I want to put a border of 1px in the radpager but i canĀ“t .
With firebug i see
.RadGrid td.rgPagerCell {
border: 0 none;
padding: 5px 0 4px;
}
Thanks.