Entries for month: April 2010

Live Chat: Charter Communications Cable Provider

Below, I have pasted a conversation with a local cable service provider in Reno, NV.  I just thought it might be amusing to share my experience with the CF community.  Feel free to leave comments.  If you live in an area that has Charter Communications, I would advise you to not sign-up.  As you can see below; terrible customer service.

Flex: Custom Sort DataGrid Column

Recently, I had to sort a column of data based on a number wrapped in parethesis.  Fortunately, there was an extra column being passed back from ColdFusion query that made this task simple.  Using the sortCompareFunction, I was able to sort on a datagrid column using a different column from my query or array collection.  Hopefully this post will help someone out, because there seems to be a lack of information on subject.