dhtmlx grid, mySQL, data base updating and filtering

I am unable to filter on the mySQL data base or update. I can filter on a local XML data base using similar code, and get the arrows when I click on the top row. I have managed to get rid of the XML error, but still have trouble. I have followed with source code, and output from dataprocessor_debug. Thanks for any help you may have.



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    “http://www.w3.org/TR/html4/loose.dtd”>





    

    

    

        

        















    



            

                

                

Add row



                

Remove Selected Row















    













[close] [clear] DataProcessor Current state

ID:3 Status: updated, valid

--------------------------------------------------------------------------------

Current mode: cell Log:

row 3 marked [updated,valid]

Initiating data sending for 3

Sending in one-by-one mode, current ID = 3

Server url: connector.php parameters

gr_id=3

c0=anewcountry

c1=727298

!nativeeditor_status=updated

Server response received details

<?xml version='1.0' encoding='UTF-8' ?>

row 3 marked [updated,valid]

Initiating data sending for 3

Column A Column B





Afghanistan 293141

Albania 553524

anewcountry 4520

Andorra 804756

Angola 376164

Antigua and Barbuda 366907

Argentina 316613

Armenia 816466

[etc for table data]

It seems that you are using dyn. srnd mode and client side filtering - which is impossible combination. Client side filtering and sorting can be used only if you are loading all data to client side, in other case you need to use server side filtering|sorting.

dhtmlx.com/dhxdocs/doku.php?id=d … or:sorting


Stan,



  Thanks, sounds like quite a conflict with incompatibility issues.  I was able to make progress with your recently released updates under latest updates to solve that problem, although I am sure I will have many others.