Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Multiple editing issue about TreeGrid for IE only

    Hi,

    rencently I met a issue, there is a multiple column TreeGrid with canEdit(only one column) as true. Then I try to edit the row and save it successfully, but when I try to edit another row, it display the editor input and disappear soon, we do not have chance to input/change something. This issue is related with IE. As a solution, I have to rebuild the data in TreeGrid(we did not use datasource).

    But there is still a small issue, somtimes even the editor input is displayed, but it is not focused, when user click the editor, it will auto save(means before user try to change the value, it will be saved)

    Do you know if there is any other way to solve the issue?
    Thanks in advance.

    #2
    Not a known issue. You are most likely ending editing yourself via a codepath you haven't realized is executing. Post a simplified, standalone test case of you believe this is a SmartClient bug.

    Comment

    Working...
    X