Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #104189
    fpellus
    Participant

    Hay, I’m Fernando Pellús,

    I have a hierarchy dataGrid  with 5K rows x 13 columns. My grid is editable in cell mode. When I editing (into the cell) and change of focus out of de grid, or type “enter” without changes, it takes too long to return control. When the cell take changes the Grid work fine.

    Thanks for advance, is very important for me!

    #104190
    Markov
    Keymaster

    Hi fpellus,

    Please, make sure that your Grid is not with height: auto. When height is auto the grid creates UI row for each Data row. Otherwise, it uses virtualization i.e reuses the UI rows. Also make sure that you do not have a logic in editing/updating events which requires loops through all rows. This thing may slow down the Grid.

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.