I have noticed a severe performance issue when adding a GridViewImageColumn to my GridView. Scrolling gets very sluggish. I'm using
DataMemberBinding="{Binding ImageUrl}"and the actual value is ../images/warning.ico. The same happens with other formats like png as well. Any suggestions on improving the performance?