Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styling dgrid - option to remove ui-xxx classes #873

Closed
lvv83 opened this issue Mar 18, 2014 · 2 comments
Closed

Styling dgrid - option to remove ui-xxx classes #873

lvv83 opened this issue Mar 18, 2014 · 2 comments

Comments

@lvv83
Copy link

lvv83 commented Mar 18, 2014

By default dgrid add jqueryUI ui-xxx classes to the markup.
In my application I need to use dgrid and jqueryUI widgets, but dgrid with dojo theme.

So, can you add some option like 'ignore-ui-theme'?
Thanks!

@kfranqueiro
Copy link
Member

I started working on this on a branch, if you want to try it and see how it fares. You should just need to apply cf5b439 to try it. Then set addUiClasses: false on your dgrid instance.

The only ui- classes this changeset doesn't disentangle are the ui-icon classes that dgrid uses, but based on what I've seen so far its usage of them seems pretty much on par with jQuery UI's.

@lvv83
Copy link
Author

lvv83 commented Mar 27, 2014

Nice! Thank you!
Waiting this feature merged into the master branch!

@ghost ghost closed this as completed in eeb6eaf Mar 28, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants