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

Example of an issue in "other" category #6

Open
adriatic opened this issue Aug 6, 2017 · 0 comments
Open

Example of an issue in "other" category #6

adriatic opened this issue Aug 6, 2017 · 0 comments
Labels

Comments

@adriatic
Copy link
Member

adriatic commented Aug 6, 2017

Category

other

Description of the problem

In the destroy widgets manually document it states that in order to destroy a widget you need to empty out the div that the widget was initialized on. Which is fine for Grids that use a datasource because the data is in the datasource. But when the grid is initialized from HTML you don't really want to clear the HTML because you'll lose the data.

Cause

Sometimes you need to clear the div that a widget was initialized on, but sometimes you don't.

Solution

Kendo improves their destroy function to be more consistent (so we can reuse elements) or the bridge adds logic to always initialize widgets on new elements.

@adriatic adriatic added the other label Aug 6, 2017
@adriatic adriatic changed the title example of an issue in "other" category Example of an issue in "other" category Aug 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant