What files actually needed in references?

I have used DHX for some years, but have not done anything new for some time. My problem is this:

I can’t figure out what DHX files are actually needed for a simple project displaying MySQL data from a server, on a grid (or list). My old application still works, but when I try creating a similar new app, I get all kinds of errors, and I expect they are from not having the correct DHX files.

I’ve gone through the on line videos, but they are not up to date. One look at the sample programs shows different files referenced. Same with the on line tutorials I’ve tried, and even the third party examples.

I’m confused. Do I need the “common” script now. For a simple server-based CRUD grid, do I need to use the grid-specific processor? There now seems to be a generic one. What about the CSS files? The examples versions and those in the “source” folder don’t seem to be the same. Is the main, generic CSS file all that’s needed? Do we still need to reference the imgs source files.

I would not even consider this library now if I had not used it so well in the past. I know what it can do, and have great respect for it. Problem is, the documentation seems out of date and is confusing. Maybe someone even has a current “sample” application similar to what I’m trying to do–I’m sure that displaying MySQL server data in a grid is a very common use of the library. And I’m a little ashamed that I can’t figure this out, having done so much with it in the past.

Sure would appreciate some clarification on just what files must be referenced. The rest is clear to me.

Here you can find a tutorial about the migration to a newer versions:
docs.dhtmlx.com/migration__index.html#3640
in a word: you only need to include “dhtmlx.js”/“dhtmlx.css” files. dataprocessor.js, connector.js are already included and it is not recommended to attach them additionally.

Hello,

Thanks very much for your help. Like I said, I was using the older version with excellent results, and it’s the migration I need to learn about. And thank you for the suggestion about what’s contained in the main js file.