Flexicious Filter not working correctly

我只是一个虾纸丫 提交于 2019-12-11 16:13:22

问题


I'm using a Flexicious Ultimate datagrid for visualising some data. I'm using the built in Filter field for some columns.

This is working fine if I don't use any labelfunction on the provided cell data. The Flexicious filter data is automatically build from the data in the cells of that specific row. When I use a labelfunction on the cell data the filter values are shown correct, but when I select to show a specific value, the datagrid return 0 records.

Example: The dataprover.Price = 25 In use a currency formatter so the cell data would be €25 The filter fields of the datagrid show all the different datavalues from all the cells (distinct). In this case it would be ALL & €25. When I select to only show the fields with price = €25 the datagrid returns 0 records.

I can't seem to find the correct settings to get this fixed. Is there anyone who can help me with this problem? Thanks!


回答1:


Have you tried setting useLabelFunctionForFilterCompare=true?



来源:https://stackoverflow.com/questions/10132341/flexicious-filter-not-working-correctly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!