I need to use some specific grid in my application with these features:
1) It should display column headers on the top of the grid and the row header on the left side of the grid. The column headers are standard, but row headers are not. Is there o solution how to be display row headers?
2) Columns width and rows height should be resizable. Columns are resizable by default now, but can it be done with rows? How?
3) The column's string header should be displayed vertically (rotated by +/-90 degrees).
Are the existing possibilities how to achieve these features?
Are there any solutions for that?