Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. tab table

tab table

Scheduled Pinned Locked Moved C#
questionannouncement
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Adrian Soon
    wrote on last edited by
    #1

    Hi all, I had 2 tab. each tab had a table and a update btn. User after updating the cell in the table. he will press the update btn before pressing the other tab. it is possible tat? everytime the user updated the cell, and he press the tab, the application will promote him to press the update 1st? how was it done with the coding? this are the call event. private void dgScore_CellEndEdit(object sender, DataGridViewCellEventArgs e) private void tabMain_SelectedIndexChanged(object sender, EventArgs e) any other event I can use to make it possible?

    R 1 Reply Last reply
    0
    • A Adrian Soon

      Hi all, I had 2 tab. each tab had a table and a update btn. User after updating the cell in the table. he will press the update btn before pressing the other tab. it is possible tat? everytime the user updated the cell, and he press the tab, the application will promote him to press the update 1st? how was it done with the coding? this are the call event. private void dgScore_CellEndEdit(object sender, DataGridViewCellEventArgs e) private void tabMain_SelectedIndexChanged(object sender, EventArgs e) any other event I can use to make it possible?

      R Offline
      R Offline
      Rocky
      wrote on last edited by
      #2

      I suggest you should change the interface model. Basically tab control is not meant to work like that. It might be possible to use it that way but it would definately be v confusing for the user.

      Rocky You can't climb up a ladder with your hands in your pockets.

      A 1 Reply Last reply
      0
      • R Rocky

        I suggest you should change the interface model. Basically tab control is not meant to work like that. It might be possible to use it that way but it would definately be v confusing for the user.

        Rocky You can't climb up a ladder with your hands in your pockets.

        A Offline
        A Offline
        Adrian Soon
        wrote on last edited by
        #3

        Is there a way to cancel the event to change tab? So it will remain at the same page.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups