I have a column in my grid that will almost always have text that is longer than the column width and the column to the right of it is almost always blank. How can I allow this column to overrun into the column to it's right when it's empty like Excel?
Or is there a way I can check the cells during initialize row and merge the two cells?
You could probably do this with a creation filter, although off the top of my head it sounds like a messy endeavor. Only cells that have common values are merged, and on top of that I don't think the grid merges cells horizontally, only vertically, because cells from different columns seldom share any commonality.