search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Controls in resource columns

Asked by Jaroslav
6 years ago.

Is it possible to add a Checkboxes (buttons, linkbuttons, other active controls) to the resource columns ?

Answer posted by Dan Letecky [DayPilot]
6 years ago.

Unfortunately not directly.

You might be able to generate HTML for your ASP.NET controls using RenderControl() and insert the result into the column cells using BeforeResHeaderRender:

https://harouny.com/2012/10/15/render-asp-net-controls-user-controls-to-html-by-code/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.