Re: DataGrid or Flexgrid for Multiple Selections?
Quote:
Originally Posted by John McKernan
The Flexgrid is not directly editable, but it is not difficult to accomplish.
In short, you need a borderless, invisible textbox on the form with your grid. When the user clicks on a cell, the textbox is moved and sized to cover the cell, made visible and given the focus. All user editting is done in the textbox. When user is done, the text is copied to the cell, the textbox is cleared and made invisible, awaiting its next use. This is all transparent to the user of course.
The attached zip file, contains a small app in VB6 which illustrates this procedure
I know this posting is kinda old but is there any chance that I can get hold of that zip file?