hi,
Can we edit a ReportView Subitem in place, just as we do editing Item Labels ?
Thanks.
You will probably have to do it yourself though.
Which means detect the click or menu selection ("rename"), and then create an edit-box placed in front of the label, then when return is pressed get the text from the edit control and modify the label.
This little example demonstrates how to create windows over top of a listview, it uses combo boxes but edit controls are the same idea...
[attachment deleted by admin]