关于easyui的问题??

一个datagrid怎么显示多个表的内容,就是多个表的某个字段组合起来的数据??可以吗

这块就需要你在sql那快进行拼接一下,select t1.b || '-' || t2.b
from (select a, b from A where d = 1) t1,
(select a, replace(wm_concat(c), ',', '-') b
from A
start with d = 1
connect by b = prior c
group by a) t2
where t1.a = t2.a

http://www.myexception.cn/silverlight/1261681.html

楼主画个图吧!你说的组合的意思是什么?A表的ID字段和B表的NAME字段进行组合?

数据源中包含就能读,用formatter进行格式化返回你需要的数据,自己看api formatter如何用

没有看懂什么意思 画个图最好了