> A column/field based drill down would simplify "data based" navigation
> in a data hierarchy. If you click on the field value in the grid instead
> of opening the selected record you are taken to another grid based on
> the value of the field.

Do you propose to add the onclick to the td instead of the tr?

It should be possible to do this, but I doubt it's a general
requirement, a specific grid-widget would suffice. In fact, you don't
have to reuse grids (unless you want to use defviews to specify
presentations) -- you could create a custom :table based widget for
that..


> Being able to add additional (to edit/delete) actions to a record in a
> grid to kick of record based actions and/or navigation.

How would these be triggered? The current system adds a select
checkbox to the first td in each row, and then the common-ops can
refer to those using dataedit-get-selected-items or similar (which
implies you need a button for each type of action, in the absence of
js I believe links are rendered within each row).

--

You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en.


Reply via email to