Is it possible to include a draw component (circle or rectangle) inside a grid cell?
Thanks
Doron
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Components are not generally available inside the cells as they wont participate in the layout calculation. However using a column renderer you can pretty much include any html element and hence have some leeway, but don’t expect things like sorting and column moving to work properly 🙂