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.
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.
Comment