This may have already been answered somewhere, but I've searched and if it's
out there it's not really obvious...

I am pulling data from a CFC and displaying it in a DataGrid.  When I click
on a grid header to sort and there's a blank first row in that column I get:

Error: Cannot determine comparator for SortField with name ''TELEPHONE''.

I have two questions...

First, is this a bug that will be fixed in a later release or is this by
design and will remain this way?  Seems like a bug to me.  Seems like Flex
should treat null / emptystring as "" for sorting purposes.

Second, how can I correct this problem *without* altering the CFC that
returns the data?  I need to display the actual data from the query, not
something I inserted.  ie.  if there's no data I need to display an empty
cell, so... I'd can't insert "n/a" or some other value into the null/empty
fields in the server side CFC query.

Thanks!
Darren




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to