This question is locked. New answers and comments are not allowed.
I'm using your latest internal build (2009_3_1211) with a grid with column virtualization on. I'm trying to add a context menu to the grid header cells for the user to turn columns on and off like in your RadGrid / HeaderContextMenu example. However, with column virtualization on any column that isn't currently visible has no GridViewHeaderCell in the GridViewHeaderRow so I can't add the context menu to it. Once it becomes visible, the GridViewHeaderCell gets created but I can't find any event that fires so that my code can add the context menu when the column header cell becomes visible.
If I turn off the column virtualization, the GridViewHeaderCells are present for all comuns when the grid is loaded, but any column that was initially not visible will not show the context menu after it is made visible even though the context menu was created and attached while it was invisible.
Do you have an updated RadGrid / HeaderContextMenu example that works with the latest build?
If I turn off the column virtualization, the GridViewHeaderCells are present for all comuns when the grid is loaded, but any column that was initially not visible will not show the context menu after it is made visible even though the context menu was created and attached while it was invisible.
Do you have an updated RadGrid / HeaderContextMenu example that works with the latest build?
