This question is locked. New answers and comments are not allowed.
Hi all,
I have a use case, in which the user should have the chance to change the name of the column, is there any chance of having a editable header cell?
Since I didn't find any, I was trying to use a context menu per header column, unfortunately, the example you have only works if the columns are pre-defined (when the row_loaded event is fired, I still don't have any columns defined), since in my case, the columns are being defined and added on the run, this doesn't work for me.
Since I'm adding GridViewDataColumns, can this object be casted or transformed into a FrameworkElement so that when I add the column I use the RadContextMenu.SetContextMenu method to set the context menu directly?
Thanks ahead for all ideias or help in this matter.
L. Pinho
I have a use case, in which the user should have the chance to change the name of the column, is there any chance of having a editable header cell?
Since I didn't find any, I was trying to use a context menu per header column, unfortunately, the example you have only works if the columns are pre-defined (when the row_loaded event is fired, I still don't have any columns defined), since in my case, the columns are being defined and added on the run, this doesn't work for me.
Since I'm adding GridViewDataColumns, can this object be casted or transformed into a FrameworkElement so that when I add the column I use the RadContextMenu.SetContextMenu method to set the context menu directly?
Thanks ahead for all ideias or help in this matter.
L. Pinho
