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
15
Scrolling UltraGrid Cell
posted

Hi,

I have a ultragrid in SplitContainer.panel1 and some textbox in panel2 both panels are Horizontally split. When we type something in Panel2 textbox it is displayed on panel1 ultragrid cell in a new row. My problem is When we enter a large text, some part of cell is hidden under Panel1 and Cel text looks incomplete. Can I put a scroll bar to ultragrid cell ?

Thank you.

Parents
  • 12480
    Offline posted

    Hello,

    You can accomplish this by using an UltraFormattedTextEditor as the relevant column's editor in the grid. Our documentation demonstrates how you can use Embeddable Column Editors with UltraNumericEditor, and UltraFormattedTextEditor works in a similar way.

    Please let me know if you have any questions.

Reply Children