Add a new field to details form but it can't work

I used the sample download from dhtmlx (dhtmlxConnector_net) to add a new field (custom nvarchar) to details form but when i update the event (custom field) it didn’t update database.

the follow are my steps

  1. add a field(custom) in database .
  2. add " { name: “Custom”, height:30, type: “textarea”, map_to: “Custom” }, " those code in
    function init(){ scheduler.config.lightbox.sections }
    3 update dhtmlxschedulerconnector in ashx.cs file like

return new dhtmlxSchedulerConnector(
“Events”
, “EventID”
, dhtmlxDatabaseAdapterType.SqlServer2005
, ConfigurationManager.ConnectionStrings[“SamplesDatabase”].ConnectionString
, “FromDate”
, “ToDate”
, “Subject as text, Details as details, Tags, Custom
);

i checked the offical api but i can’t figure it out !

help !!!

regards thanks any idea is welcome!

spirithero

Please try to update the connectors lib with
support.dhtmlx.com/x-files/conne … 072011.zip

Stanislav , Your solution works !!! thank you so much!!! :smiley:

I have the same problem using the Wordpress plugin. Custom fields not filled upon save to database. Do you have updated php connectors to deal with this or just the .net?

In case of plugin - there is no need for codebase update.
There are no known issues which can lead to such result, check the name of the field - maybe it contains some special chars, which are causing the problem.