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

Grid get cell element #90

Open
AlexeyKashintsev opened this issue Jul 7, 2016 · 2 comments
Open

Grid get cell element #90

AlexeyKashintsev opened this issue Jul 7, 2016 · 2 comments

Comments

@AlexeyKashintsev
Copy link

How to get cell.element on grid column event onRender?

@marat-gainullin
Copy link
Owner

There is no way to do that. It is because cell's do not exist while rendering. There is an oportunity to mark a cell during rendering with an id or just memorize its id and then through invoke.later mechanism do whatever you want with this cell. We need to review this case more precisely to make a solution.

@AlexeyKashintsev
Copy link
Author

May be it's possible to create something like afterRender event?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants