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
190
Populating TextBoxes with UltraGrid Selected Row Data
posted

Still new to WinGrid. Can someone point me to a code example that will accomplish this task? I'm trying to populate text boxes based on a selected UltraGrid row.

Thanks,

-Todd

Parents
  • 469350
    Offline posted

    Hi Todd,

    There are two basic approaches you could take to this.

    One would be to bind the TextBoxes to the same DataSource as the grid.

    The other would be to manually copy the contents of the active row of the grid into the TextBoxes.

    The first approach is less code, but less control. The second it more coding, but more control. Which one do think would suit the needs of your application?

Reply Children