May I know is there anyway to style the row validation of Telerik Rad Grid View where I only want a red border line to highlight the particular row that have error, but not the default style where the entire row is in red.
1 Answer, 1 is accepted
0
Dimitrina
Telerik team
answered on 01 Apr 2015, 01:06 PM
Hello,
To achieve your goal, you should edit the template of GridViewRow element and delete the invalid visual state (RowInvalid). You can consider Using Implicit Styles. In that case, you can find the current template of GridViewRow and directly modify it in the respective Telerik.Windows.Controls.GridView.xaml file located in Themes.Implicit folder under the particular Theme you use. You should change it as per your specific requirements.