Eddie, I am trying to modify the code to support our required features we talked out, customized paging, sorting , lazy loading
I am looking for for any hooks where we can provide the extended DataGrid implementation. I need to change the default styles that are generated with the default implementation also Currently table is using style class dataGrid and td is also using style class dataGrid If we want to set the border for the table it will put the border for td's also. We can do workarounds, but if there is some more flexibility in the generated styles it would be good Thank You Srinivas Surapaneni -------------- Original message -------------- From: "Eddie O'Neil" <[EMAIL PROTECTED]> > Srinivas-- > > The ExtensionUtil class is an internal data grid class that the data > grid uses to instantiate classes that are wired in a JSP to extend the > data grid. I don't believe that the netui-samples have any examples > of this, but there are some here: > > http://svn.apache.org/repos/asf/beehive/trunk/netui/test/webapps/drt/web/databin > > ding/datagrid/misc/helloHeaderDecorator.jsp > > that do something like this: > > > > name="extends" > > value="databinding.datagrid.decorator.HelloWorldDecorator"/> > > > The data grid would use ExtensionUtil to instantiate the > HelloWorldDecorator class, but in general, your code shouldn't need to > use this class. Is there a specific problem you're trying to solve? > > Eddie > > > On 4/18/06, [EMAIL PROTECTED] wrote: > > How do I use the ExtensionUtil class with the DataGrid > > > > Where are the hooks to use the customized data grid implementation > > > > Thank You > > Srinivas Surapaneni > >
