Hey,
I have a ListGrid with filter and a numeric column.
Before showing the value in the client, i modify the record while doing the "fetch" so it will show the value with a thousand separator (","). for example if i need to show 9999 i will show 9,999
is it possible to enable the user to filter by entering "9999" or "9,999" and in both cases to get the same results?
and how do i make sure that if he entered just "9", it will not show "9,999"?
Thanks!
Yoni
I have a ListGrid with filter and a numeric column.
Before showing the value in the client, i modify the record while doing the "fetch" so it will show the value with a thousand separator (","). for example if i need to show 9999 i will show 9,999
is it possible to enable the user to filter by entering "9999" or "9,999" and in both cases to get the same results?
and how do i make sure that if he entered just "9", it will not show "9,999"?
Thanks!
Yoni
Comment