dhtmlxSpreadsheet evaluation

we are evaluating dhtmlxspreadsheet, and we have some queries regarding its usage based on our requirements…

Could you please help us if the below things are possible in dhtmlxSpreadsheet

  1. We want to turn off database usage
  2. We want combo box/list box as editable fields
  3. We are looking for JSP version instead of PHP version for the flow control
    as we have to use JavaBridge API for running PHP on tomcat (we are using it)

–Thanks & Regards
shaike
Sr Java Develper
Analytix Data Services
8978601233

  1. We want to turn off database usage
    Component is can be used without server side code at all, so it can be used without database of course. ( server side code included just as a sample of integration )

) We want combo box/list box as editable fields
There is a “select” section in default form, if you need more advanced custom form - it is possible to replace lightbox with custom form.

We are looking for JSP version instead of PHP version for the flow control
as we have to use JavaBridge API for running PHP on tomcat (we are using it)

There is a Java-Connectors package, which can be used to generate data, same as PHP one.
Also, component is fully client side, so you can use it with any custom server side.