Change CellEditActivation
For example :
dataListView1.CellEditActivation = ObjectListView.CellEditActivateMode.DoubleClick;
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dear All,
I fill the DataListView with the "DataListView.DataSource = ds" and find that all text columns seem being locked. I can't click into them using the mouse to make the cursor jumps into them. How to unlock them?
Change CellEditActivation
For example :
dataListView1.CellEditActivation = ObjectListView.CellEditActivateMode.DoubleClick;
Try setting the FullRowSelect property of the control to True.
I try it and the row changes to blue. However the row can't be edited. Please help.