Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    best way to implement

    I think smartgwt fit exaclty my needs but I cant still figure out how...

    Having a ListGrid populated with json DataSource that reads records from js file (json made by hand)... selected records must be saved on database, php server side.
    That is when I need to insert new values to database, but I also need to load items from js file and show selected values given some id of table where I store them (this case is for an update operation of selected values for some id)

    i'm confused how achive this because listgrid populates from js file...
    I think I need two DataSources, one is to load js file, and the other to makes operations against database... am i right?

    Could you give me some tip to go on with this ? thanks you all
Working...
X