简体   繁体   中英

Create Telerik Hierarchy DataGridView Windows Form

I'm really new to Telerik template and C#.... I am wondering if is there a way to bind a Hierarchical data in the telerik gridview using linq...

I have found this link and it is very informative. http://www.telerik.com/help/winforms/gridview-hierarchical-grid-tutorial-binding-to-hierarchical-data.html

However, I would like to code it manually if possible..

this code only gets the Header... I want to display the Header and Details on the same gridview using hierarchy..

 gvStockTransfer.DataSource = _svc.getStockTransfer();

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM