Hello, I've been trying to select all contents of a cell. I've tried the code below without success. I'm using VB.NET. I've been trying to cast the editor as a textbox, then call the SelectAll method of the textbox in the grid's double click event. I haven't had any luck with...