This question is locked. New answers and comments are not allowed.
I'm using InCell editing with ImageAndText Buttons with windows7 theme in my grid and I noticed that in the cancel button the image doesn't appear.
I solved the problem changing the t-cancel class in telerik.common.min.css from
.t-cancel{background-position:-48px -336px;}
to
.t-cancel{background-position:-16px -336px;}
I hope this will be helpful for someone
I solved the problem changing the t-cancel class in telerik.common.min.css from
.t-cancel{background-position:-48px -336px;}
to
.t-cancel{background-position:-16px -336px;}
I hope this will be helpful for someone
