本文介绍了是否可以在具有父子关系的单个DataGridView中显示2个DataTable的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
可以使用DataGridView在每条记录的左边显示父表的记录吗?
当我点击'+'时,将显示子记录
can DataGridView display the records of parent table with '+' button on left of each record?
when i click '+' the child records will be displayed
推荐答案
这篇关于是否可以在具有父子关系的单个DataGridView中显示2个DataTable的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!