Mater / Detail Datagridview
-
Anyone can point me to some Windows Form Free DataGrid-like control that can support Master / Detail View (a hirarchical sub-rows view, that is), if there is any? I've been searching google but couldn't find anything free :P. Thanks.
-
Anyone can point me to some Windows Form Free DataGrid-like control that can support Master / Detail View (a hirarchical sub-rows view, that is), if there is any? I've been searching google but couldn't find anything free :P. Thanks.
-
Mr. Candyman wrote:
I've been searching google
Thank you, but I was looking for a control to use in a Windows Application, and all I can see is for web app.
-
Thank you, but I was looking for a control to use in a Windows Application, and all I can see is for web app.
-
Mr. Candyman wrote:
but I was looking for a control to use in a Windows Application
Thanks, but again I could'nt find anything useful. What I really need (if possible) is a control like the asp.net details-view (one single datagridview) but for a windows form and free. Some examples where interesting but mostly used 2 datagridviews, and I can do that myself ;)