I have a ListGrid with a client-only DataSource where I need to display numeric data in a textual format, i.e. I wish to display "10 GB" or "200 KB", not their numeric equivalents. However, I wish to sort the records based on the numeric equivalents (i.e. in an increasing order sort, I want "200 KB" to come before "10 GB"). Using a CellFormatter, I am able to do this.
However, I would like to be able to filter based on the textual representation that the user sees, rather than the numeric values (i.e. type "MB" and get all the records the have megabyte range values). Is that possible with a SmartGWT ListGrid?
Thank you,
Greg
However, I would like to be able to filter based on the textual representation that the user sees, rather than the numeric values (i.e. type "MB" and get all the records the have megabyte range values). Is that possible with a SmartGWT ListGrid?
Thank you,
Greg
Comment