Hello,
I have a XamGrid which allow Filtering and I am using FilterRowTop in 3 colomns.
Note that the filter don't work when I use HyperlinkColumn.
Can you see my sample attached to this post please.
Regards.
Hello Anis,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Thanks its ok
You can set the UpdateSourceTrigger of TextBox' Binding, that is used in the EditorTempalte, to PropertyChanged in order to achieve the functionality you want.
Hope this helps you.
Hello Stefan.
The solution is Ok. But the filter is applied when I press the Enter key.
Can activate the filter when I start typing.
Thanks.
Thank you for your post. I have been looking into it and the sample you have provided and I modified it, so now it works as you want. Basically I used TempalteColumn instead of HyperlinkColumn in order to set the FilterItemTemplate and FilterEditorTemplate Properties. I also define the ItemTemplate of the TemplateColumn to show as Hyperlink. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.