Typically a grid has vertical orientation, that means that it has horizontal header with fixed amount of columns and with dynamic loading data is rendered by rows.
What if horizontal grid is required? What if there are fixed amount of rows and large amount of columns to be dynamically loaded and rendered? In this situation grid has a reverse behavior: vertical headers and scrollable columns.
Is there some way for dynamic loading columns instead of rows? Do you support such type of grids? And if yes, could you please explain the way to do it? Are there some tricks or minor changes to source code to implement this?
By the way I have professional version of the grid v2.1 Pro 90296. If any upgrade is required to implement such a horizontal grid I am willing to do that.
Thank you in advance.
Unfortunately there is no such possibility.
Grid oriented on vertical datasets, with moderate number of column and not limited count of rows, its rendering for column-oriented structure if far from perfect
I understand that vertical grid orientation is much practical in most cases, but unfortunately in my case horizontal orientation plays the key role and I have to find any solution to make the grid capable of dynamic loading horizontal dataset with unlimited numbers of columns.
Is it possible to create custom function on scroll event or any other trick to take in this limitation?
Thank you
Unfortunately it not possible to create custom version for horizontal dynamic loading
Thank you very much any way