We have a requirement to generate dynamic grid that is determined by a search criteria user inputs. Just as an example, a user enters customerId, StartMonth and EndMonth to generate a specific result grid. We pass these three fields to the service layer which determines the exact sql to be executed and returns records with arbitrary fields. We can not define the ds as we don't know every column that the server returns and I am wondering if you have any suggestion (good practice to handle such cases.)
we have smartgwt 2.5 version with gwt 2.3 and running spring based DMI . I have looked at another suggestion to use DataSource.addDynamicDSGenerator() but I have not seen any example on how it is used and solves the issue I'm facing.
Thank you,
we have smartgwt 2.5 version with gwt 2.3 and running spring based DMI . I have looked at another suggestion to use DataSource.addDynamicDSGenerator() but I have not seen any example on how it is used and solves the issue I'm facing.
Thank you,
Comment