Showing related tags and posts across the entire site.
-
I've tried searching for this but I cannot find an exact same issue as what we are having. Having just moved up to the latest version of the FlexGrid from an older version we are now having issues with the way the editor is behaving. Our grid displays on different windows have various style displays...
-
Hi! I've written a custom control with three checkboxes that I'd like to have in my C1FlexGrid. The control is implemented standard windows way and extends UserControl. I can do the obvious thing and set it as an editor, which works, but I want it to be shown all the time, so can anyone give...
-
We are using a custom editor in the flex grid. On the StartEdit event we cancel the edit and show our custom editor control instead. If the cell that uses the custom editor is the new row, the editor adds a new row. After leaving the editor the entire row is filled with whatever data belongs to the id...
-
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...