Master-detail View

0
0

We have an ongoing project that master-detail listview control is very useful to display drill down dataset. Is there any way in WiseJ for this purpose? If not, is it scheduled in coming releases?

Thanks.

  • You must to post comments
0
0

Hi Weitian Lou,

I think you can do it using DGV. Please have a look at the sample Luca attached in the thread DataGridView Cell Merge

HTH

  • Weitian Lou
    Hi Tiago, this one might work for us. Thanks.
  • You must to post comments
0
0

Hi Tiago, to be more clear, attached please find the sample screenshot from our old VWG project. You can  click the “Edit” button to show the subpanel. You could have other way to do that. Please let us know.

Thanks.

Attachment
  • You must to post comments
0
0

Hi Weitian Lou,

Wisej can do master-detail just like you do it in WinForms. If you want to use a DataGridView, there is the interesting Microsoft blog. DGV is well suited to master-detail because it’s a data bound control – it supports advanced data binding.

Your question is about ListView and this control it’s not a data bound control, neither on WinForms nor on Wisej. So, yes you can do it in both platforms, but it’s a lot easier to use DGV. So examples are scarse or non existant because no-one uses ListView for this purpose.

  • Weitian Lou
    Great. Thanks. I will ask our team to give it a try.
  • Weitian Lou
    I guess there is a misunderstanding. What I mean is not one control above the other. That is simple. What we want is when clicking a row on master view, it will expand to show the subpanel right under the row with more details. It is more like a treelist. Is that supported? Thanks.
  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.