Hi,
I noticed some strange behaviour when using implicit styles and the using a custom style for a row in the gridivew... has anyone seen anything like this before..
... I have used this custom style before with success (as stated in the links below) ,... untill I start using implicit style (visual studio 2013)
http://www.telerik.com/forums/maxrowheight
http://www.telerik.com/forums/change-row-height
I made a sample project. If I remove the following piece of code from the gridview, everything works fine:
RowStyle="{StaticResource CustomRowStyle}"
If you want to check, you can download the sample project here:
https://drive.google.com/file/d/0B_OMCdXJPjZuVHg0WVczYWhiejg/edit?usp=sharing (click File => Download)
Thanks !