Hi Pratima, Are you overriding the function set data ?
I did something similar just checking what was my object type(Im supposing that u r using different object for projects and orchestrations). I used a subclass of LinkButton as my renderer. Hope this helps. Pedro Sena On Mon, Jul 14, 2008 at 3:06 PM, Pratima Rao <[EMAIL PROTECTED]> wrote: > Hi, > > > > I have an advanced DG that contains projects and orchestrations. Each > project is a parent node and the children are the orchestrations. I'd like > to display them as link buttons. When you click on the project the user goes > to the project page and when you click the orchestration the user goes to > the orchestration page. I've defined an item renderer for this purpose. When > I use the itemrenderer I can get the orchestrations to be links and not the > projects. Initially this component was a datagrid on 2.0 and I upgraded to > 3.0 and I moved to the advanced datagrid and I reused most of the renderers > and got them to work with some minor tweaks. > > > > Any ideas on how to make the parent node a link in advanced DG? > > > > Thanks, > > Pratima > > -- /** * Pedro Sena * Systems Architect * Sun Certified Java Programmer * Sun Certified Web Component Developer */

