I want to create a cross-table using RadGrid. The table contains 56 rows and 24 columns which is displayed on a single page.
I found that the scroll column, static header, and frozen column of RadGrid are so great. The problem is that using the scrollbars (in particular the horizontal bar) induces some kind of temporary blocking giving the impression that everything is completely stuck.
I would like to create a cross-table with "scrolling images" on the top-right conner.
(see the picture at: http://i577.photobucket.com/albums/ss220/maidinhnga/radgrid.jpg?t=1239869301)
When clicking on the images the columns of the Grid (except the "Designation" column) the will slide to left/right to show the hidden columns.
Is there any solution?
thanks.