I have the following code. But, for some reason which
I don't know, the list is not being sorted.
Can someone help me figure out why?
It will be a great help.

Appreciate.
A.B.

<cfquery name="Testing" datasource="#MyDatasource#">
     select *
     from   MyTable
</cfquery>

<CFFORM ACTION="cfgridrowTest.cfm" METHOD="POST"
ENABLECAB="Yes">


<cfgrid name="FirstGrid"
        width="350"
        query="Testing"
        insert="Yes"
        delete="no"
        sort="Yes"
        font="Tahoma"
        bold="No"
        italic="No"
        appendkey="No"
        highlighthref="No"
        griddataalign="LEFT"
        gridlines="Yes"
        rowheaders="Yes"
        rowheaderalign="LEFT"
        rowheaderitalic="No"
        rowheaderbold="No"
        colheaders="Yes"
        colheaderalign="LEFT"
        colheaderitalic="No"
        colheaderbold="No"
        selectcolor="Red"
        selectmode="EDIT"
        picturebar="No"
        insertbutton="To insert"
        deletebutton="To delete"
        sortascendingbutton="Sort ASC"
        sortdescendingbutton="Sort DESC">

</CFGRID>

</CFFORM>




__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to