Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TreeGrid.setEditMode('inline') #47

Closed
indianajava opened this issue Feb 28, 2021 · 1 comment
Closed

TreeGrid.setEditMode('inline') #47

indianajava opened this issue Feb 28, 2021 · 1 comment

Comments

@indianajava
Copy link
Contributor

  1. TreeGrid.setEditable(true).setEditMode('inline') not work
  2. API Documentation, click any row in search result dialog, nothing happen
  3. xui.debug.js line 5574 at class xui.MessageService should be "setRecipientType"
@linb
Copy link
Owner

linb commented Feb 28, 2021

1.TreeGrid.setEditable(true).setEditMode('inline') not work
You have to do this case before the TreeGrid was rendered, if the TreeGrid has rendered already, only those new cells can be editable as you want

2.API Documentation, click any row in search result dialog, nothing happen
Fixed

3.xui.debug.js line 5574 at class xui.MessageService should be "setRecipientType"
Fixed

@linb linb closed this as completed Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants