Hello, mates.
I’m new to dhtmlxGrid and I find it very interesting to learn. As with all forms of learning though, you hit a snag now and then, and here’s my experience.
I am currently creating a small table migration web application. The premise is I need to show several rows of data to the client using JSP in a data grid, because they will be selecting the rows to transfer from one table to another and they can’t just transfer everything. With that in mind, I decided to use dhtmlxGrid to show a table with two columns, one with a checkbox, and another with distinct data queried from a database, and a submit button. Anything they check and submit is removed from the grid in the client, but not in the table in the DB.
So the snag I got is probably pretty basic and pretty early in the development cycle: I can’t get the dhtmlx connector to run yet, but the grid and table is all set. I am currently using an Oracle database and an Oracle Java IDE, JDeveloper, which I am new at also. I’m looking for any advice from users of JDev as to how to tackle this problem with regards to servlet construction using the Connector API and a few tips on how JDev works in general. Sorry if I got a little long winded here, but I thought it’d help by being a bit more detailed.
Cheers in hopes to learning more from you,
Ronskie A.