Listview Checkbox Header and client select all feature

0
0

Listview now have the Checkbox Property, usually we need to Check All feature and select All items , Wisej Listview header have no space to put check box
I think the ListView “CheckBox” property should include this feature

something like this:

  • You must to post comments
0
0

Here is the missing sample:

http://wisej.s3.amazonaws.com/support/attachments/DataGridViewCheck.zip

Best regards
Frank

  • You must to post comments
0
0

Hi Jin,

sorry for the late reply. The best way to implement what you are describing is to use a DataGridView instead of a ListView.
The DataGridView gives you a much better flexibility. We have put together a sample:

dgvcheck

It requires the latest internal Wisej release that we are going to publish soon. If you are interested in the sample and a prerelease, please send a message to frankATiceteagroup.com
Otherwise I will post it here when the new Wisej release is published.

Best regards
Frank

 

Attachment
  • Cristian Zerbinati
    Hi Frank, how do you add the checkbox column and the checkbox on header? thank you Cristian
  • Cristian Zerbinati
    Found it! I can add a column with checkbox a runtime and control inside with DgUtenti.Rows(0)(0).Control=mycontrol And in Header with DgUtenti.Columns(0).HeaderCell.Control=mycontrol thank you Cristian
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.