Viewing the source of http://trirand.com/blog/jqgrid/jqgrid.html shows that
the demo is using a custom theme (
http://trirand.com/blog/jqgrid/themes/redmond/jquery-ui-1.8.1.custom.css)

You can set the theme in tapestry5-jquery by setting the
JQuerySymbolConstants.JQUERY_UI_DEFAULT_THEME application default

public class AppModule
{
  public static void
contributeApplicationDefaults(MappedConfiguration<String,String>
configuration)
  {
    configuration.add(JQuerySymbolConstants.JQUERY_UI_DEFAULT_THEME,
"some-theme");
  }
}


JQuery's built in themes can be viewed here http://jqueryui.com/themeroller/

On Monday, 26 March 2012, csckid <testnowsh...@gmail.com> wrote:
> thanks I was looking for that.. But is it possible to make the UI like the
> one on jqgrid. Can I change the css?
>
> --
> View this message in context:
http://tapestry.1045711.n5.nabble.com/third-party-grid-tp5592196p5594518.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to