c# - how can nested grids for hierarchical data be created using Windows Forms Controls? -


i'm looking way create datagridview has rows when clicked expand reveal datagridview right below them. possible accomplish without creating brand new datagridview-like control or better off displaying nested datagridviews elsewhere?

(here's article explains how in asp.net. however, it's not clear whether can done windows forms:

http://msdn.microsoft.com/en-us/magazine/cc164077.aspx)

you allways need custom control (free or paid) achive this.

tree view columns(free under cpol)

devexpress xtragrid (paid)

janus gridex (paid)


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -