Hello,
how is it possible to edit a link in a grid?
i want to pastes something like www.google.com.
The logic of rendering is defined by the cell type.
ed - text, which can be editable
link - rendered as clickable link
You can init grid with ed column type, but after edit ( onEditCell event ) call setCellExcellType and change type to link (method available in pro version only)