Hi!
I want to add both text and a button to one of my ultragrid column header. I already disabled Sorting for that column, but I have no idea how to add a button. Even I found no information about handling header clicks.
Please help me!
Thanks,
Gergo
Hi Gergo,
There's no built-in functionality in the grid for adding a button to a column header, although we recently added the ability to put a CheckBox there.
If a checkbox is no good, then you would need to use a CreationFilter to add the button into the header in code. There's a discussion of this technique here:
Adding a button to a Column Header - Infragistics Community
Thanks for the answer.
Unfortunately the link you attached does not work.
I don't want to make it too complex; handling a click on the header could be enough for me. Could you tell me if i can handle if the user clicks on the ultra grid's header? So I could check which header cell was clicked and adjust business logic accordingly. However I could not find any events that could be used to handle header clicks.
Thanks in advance,