I am using .GridRowOver_Vista CSS to customize mouse over style of the grid. It works on first load, but as soon as the grid is updated via AJAX calls, the mouse over style is changed back to the default one. This happens in IE7. In Firefox 2 it works fine. I am using Telerik.Web.UI 2008.1.415.35.
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 18 Jun 2008, 11:22 AM
Hello Alan,
Is it possible that your custom row hover CSS styles are placed inside an updated web page element, so that they are lost after an AJAX call? Please try placing the custom CSS styles in an external CSS file.