Replies: 2 comments 1 reply
-
|
I'm working at the moment on a filter row, but it's not done yet, maybe in a few weeks, it's just a fun project for me at the moment. As for access to the access to the header: |
Beta Was this translation helpful? Give feedback.
-
|
Yes, you're right, not reachable from "outside". |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement behavior that will add filtering button to
DataGridColumnHeaderwith popup list to select displayed items. I want to implement populating this list automatically depending onDataGridColumn.Bindingproperty. The problem is that I can't accessDataGridColumnHeaderfromDataGridColumnand back because it'sDataGridinternal logic. Is there any way to getDataGridColumnand itsDataGridColumnHeader?Beta Was this translation helpful? Give feedback.
All reactions