Greetings,
I'm using 7.0rc2, with a Tomcat backend. I have a search results listgrid that does not have a datasource, I'm populating it with an RPC call. There are a number of possibilities on the number of columns and the names of the columns that are coming back from the server. I need to configure the listgrid columns, widths and titles dynamically, after I get the response back.
I'm looking for a recommendation on the best technology approach to take with this. I'd prefer not to use anything XML based. It looks like there are a few options, but I'm not sure which path to go down. Can you provide a recommendation or point me to a section of the docs?
Thanks,
S
I'm using 7.0rc2, with a Tomcat backend. I have a search results listgrid that does not have a datasource, I'm populating it with an RPC call. There are a number of possibilities on the number of columns and the names of the columns that are coming back from the server. I need to configure the listgrid columns, widths and titles dynamically, after I get the response back.
I'm looking for a recommendation on the best technology approach to take with this. I'd prefer not to use anything XML based. It looks like there are a few options, but I'm not sure which path to go down. Can you provide a recommendation or point me to a section of the docs?
Thanks,
S
Comment