Is there a way to defer the loading of a specific column (in our case an image column) when vertical scrolling the RadGridView, as opposed to deferring the whole row?
Thank you
Murray
2 Answers, 1 is accepted
0
Pavel Pavlov
Telerik team
answered on 12 Jun 2013, 11:53 AM
Hi,
I am afraid there is not such feature in RadGridview. I guess some hacks with inheriting the column and tampering with the CreateCellelement method may do the trick but I am skeptic about the results and the maintainability of such approach.