HI,
I am using Template Column in My xamgrid and when i go for aplly filtering with row filtering, only 2 options are coming. how to implemnet other filetring options that comes with default in xamgrid when you choose textcolumn.
Please suggest me any ideas asap.
Thanks
Kanhaiya
Hello Kanhaiya,
It seems like that I am missing something in your scenario, so if this is still an issue for you, could you please send an isolated sample project, where the issue is reproduced, so I can investigate it further for you.
Looking forward for your reply.
Hi stefan,
It is like that if we use template column and data type is string or anything then only 2 option(equals and not equals ) will come.
if we use textcolumn we use to get all option(equals, not equals,less than, greater than,less than or equals, greater than or equals).
please clarify this doubt first. Apart from this i have one more issues.
I have enable filtering on selected column and that column has Hierarchical Data.
in filtering its showing top level data but not showing child level data. please let me know what are the issues will be so that i can resolve. or anything you can suggest me to achieve this. i have used this.theGrid.FilteringSettings.AllowFiltering = FilterUIType.FilterMenu; setting.
but if i used this.theGrid.FilteringSettings.AllowFiltering = FilterUIType.FilterRowTop setting then it will be showing filtering to all level in my particular column and child level in all other column
Thank you for your post. I have been looking into it and I created a sample project for you following your scenario and everything seems to work ok on my side. If the sample doesn’t satisfies all your needs feel free to modify it, so it reproduces your behavior and send it back to me for further investigation.