Before I go off in a screwball direction, I would like check if it is valid. My problem is that I am now using a clientOnlyDataSource to hold some issues (filtered on ProjectID) before I allocate them to topics in my now working three level listgrid. So far, so good.
But, I notice that they do not participate in updates to their original dataSource. What I need is a ResultSet, like in my other listgrids.
Is it as easy as just creating a named resultSet on an existing dataSource, give it my ProjectID criteria, and get my issue records to applyFilter again into my topics?
That would be really slick.
Rick
P.S. I am running SmartClient Version: v8.2p_2013-01-14/EVAL Development Only on Mozilla Firefox 12.0 with Firebug using Windows XP Pro 32 bit.
But, I notice that they do not participate in updates to their original dataSource. What I need is a ResultSet, like in my other listgrids.
Is it as easy as just creating a named resultSet on an existing dataSource, give it my ProjectID criteria, and get my issue records to applyFilter again into my topics?
That would be really slick.
Rick
P.S. I am running SmartClient Version: v8.2p_2013-01-14/EVAL Development Only on Mozilla Firefox 12.0 with Firebug using Windows XP Pro 32 bit.
Comment