J
jts-law
Guest
I have a blank page with a datasource that contains multiple tables. One of the tables is bound to a grid. Another table contains rules that define how to present the data to the user. For example, for certain rows the user can't update some fields and for other rows the user can update everything. I need to access the rules to determine which fields to display/hide on the popup edit form. I'm also going to use the information in the rules table to turn on/off the Edit, Delete, and Add new record buttons. From within a "dataBound" event on the grid I can see the different tables defined within the that.scope._$ds object, but the only table that shows any data records is the table bound to the grid, the other tables data is empty. Does the datasource not store any data that is returned from the service but is not bound to anything on the page? Thanks in advance. Louis
Continue reading...
Continue reading...