Hi ,
I have a field in my grid which is of type float , as mentioned in the ds.xml file as:
<field name="test" type="localeFloat" decimalPad="2"/>
Now when i want to filter the data entering data like 23 , it takes that as 23.00 while expected is to show all data having 23 in it like 2333/242333/2323
Is this the expected behaviour considering the data type and if that is so , do we have a workaround to achieve the filtering as required?
I have a field in my grid which is of type float , as mentioned in the ds.xml file as:
<field name="test" type="localeFloat" decimalPad="2"/>
Now when i want to filter the data entering data like 23 , it takes that as 23.00 while expected is to show all data having 23 in it like 2333/242333/2323
Is this the expected behaviour considering the data type and if that is so , do we have a workaround to achieve the filtering as required?
Comment