BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
I'm trying to create a custom cell type based on an Html Editor control I have (which is a wrapper on the MSHTML editor). I've used the source for GridTextBoxCellModel and GridTextBoxCellRenderer as a starting point but I've gotten nowhere. This code uses too many protected/internal fields from the GridCellRendererBase which I don't have access to. What I really want is a very simple way to specify that I want my cell type to be a specific control.