Hi
I'd like to add a textbox on each resource, so on each row there is the row Title ("Richard"), the user home ("Aberdeen") and a textbox which user can add a "note". After this, there is the calendar
So, there is 3 columns (label, label, textbox)
Like http://www.daypilot.org/scheduler-row-header-columns.html but not just labels, instead have an editable textbox not just 3 columns of labels
I've started with this but cannot find how to display a textbox input field
Thanks in advance for help
<DayPilot:Resource Name="Richard" Value="10" Expanded="False">
<Columns>
<DayPilot:ResourceColumn InnerHTML="Aberdeen" />
<DayPilot:ResourceColumn InnerHTML="Textbox here!" />
</Columns>
</DayPilot:Resource>