You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using the previous version of the control because it was modified with cell merging. For column order I ending up writing my own function .
Uh oh!
There was an error while loading. Please reload this page.
in line 3886:
m_nCols++;
leads to m_arColOrder being to small. a hotfix : add
m_arColOrder.push_back(m_nCols);//add sort order for new col
just before. But this might spoil sort order in some cases (not sure). The same problem occurs for m_nRows++ in 3963 i guess
The text was updated successfully, but these errors were encountered: