linb / CrossUI

CrossUI is a free Cross-Browser Javascript framework with cutting-edge functionality for rich web application
https://crossui.com
MIT License
1.87k stars 38 forks source link

TreeGrid.setEditMode('inline') #47

Closed indianajava closed 3 years ago

indianajava commented 3 years ago
  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 commented 3 years ago

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