who knows a way to create a custom cell fora dojox.grid.DataGrid? I of course could use the get and formatter properties of the layout, but this is not a really reusable solution!
Thanks for your input!
heinrich
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.
You can try an indirect way to add a dojo widget to a grid cell
1) Set
escapeHTMLInDatatofalsefor thedojox.grid.DataGrid2) Then in the get/formatter function try something like
You can conditionally return different widgets to suit your needs
Hope it helps!