Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
Column visibility Issue
posted

I'm using a RowLayout on an UltraGrid.  I have included an image of the problem.  The problem occurs when the "Goal" text is long.  If it expands beyond the visible grid area you cannot get to the below columns (Begin Date, End Date, Target Date) because the scroll bar wants to jump to the next record instead of display the remaining items of the current row.  Thus the record cannot be completed in the logical order.  Any suggestions?

  • 3186
    Offline posted

    Might take a look at the Grid Samples Explorer the RowLayout example shows a Cardview example that allows vertical scrolling.  Don't know if this will fit your needs or solve the problem but it's something to look at.

    Nick

     

  • 469350
    Suggested Answer
    Offline posted

    The grid's vertical scrolling is row-based. You can't scroll part of a row. So it's up to you to ensure that your rows are not bigger than the height of the grid.