New DatabaseField

Hi,
i’m just using the code of “Event Calendar for ASP.NET MVC with dhtmlxScheduler”
and have added a new field in “events” table which is “ClientID” and its datatype is “int”. i just want to display its data with other information of an event.
i just change one line in Data.aspx

<% foreach (var myevent in Model) { %>

<start_date>]]></start_date>
<end_date>]]></end_date>
]]>
]]>

<% } %>

how can i display the information of some extra dields of “Events” table ?
Thanks

You need to adjust the client side template.
Check
docs.dhtmlx.com/doku.php?id=dhtm … ng_content