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
420
Only one row in grid so is the active row so dn't fire AfterRowActive
posted

Hi,

i have some textboxes that filled with values on AfterRowActive event of a grid. but that textboxes wipe out on some event. now i want to refill textboxes with values, and i click on grid row but as its only the row in grid, its already active so does not fire AfterRowActive event.

and i was asked NOT to use solution like deactivate row and refire the event...i need solution like to set a single property or some better solution ...if u can help me plz

 

Parents
  • 20872
    Offline posted

    Hello Siddika,

    If the UltraGrid has only one row, and its cells are connected with textboxes in some way, you could use AfterCellUpdate event of the UltraGrid, so this event will fire after you update each cell separately, so your Textboxes will be updated accordingly.

    If you have any other questions with this matter please feel free to let us know.

     

Reply Children