Hello,
I am very new to the RadGrid control. I am trying to implement the Virtual Scrolling feature. All the examples I see use a datasource that is pretty simple. I have a datasource that is a select statement pretty simple. The issue comes in the results. On some records, if a value in one of the columns equals a certain value then I want that cell to show a checkbox. If the same column has a value of a different value then I want the cell to show an image.
Are there examples of the Virtual Scrolling where the system has to go through each record before displaying to set the cell type correctly?
Thanks
I am very new to the RadGrid control. I am trying to implement the Virtual Scrolling feature. All the examples I see use a datasource that is pretty simple. I have a datasource that is a select statement pretty simple. The issue comes in the results. On some records, if a value in one of the columns equals a certain value then I want that cell to show a checkbox. If the same column has a value of a different value then I want the cell to show an image.
Are there examples of the Virtual Scrolling where the system has to go through each record before displaying to set the cell type correctly?
Thanks