将网格行值绑定到 htmleditor
Bind grid row value to htmleditor
是否可以将网格行值绑定到 htmleditor?
因为 defaultBindProperty
在 htmleditor
的情况下是 html
,您需要使用:
bind: { value: '{user.name}' }
而不是:
bind: '{user.name}'
是否可以将网格行值绑定到 htmleditor?
因为 defaultBindProperty
在 htmleditor
的情况下是 html
,您需要使用:
bind: { value: '{user.name}' }
而不是:
bind: '{user.name}'