Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by gabriel on Sep 16, 2008 08:02
open dhtmlx forum
can not edit math excells

Even if enableMathEditing is set to true , the cell which has ed[=sum] defined is disabled.

Am I doing sth wrong or it's a code issue?

My Code:
<head>
<column width="250" type="tree" sort="str" id="name">Project</column>
<column width="200" type="txt" sort="str" id="description">Description</column>
<column width="80" type="txt" sort="str" id="lead">Lead</column>
<column width="100" type="txt" sort="str" id="resources">Assigned to</column>
<!--<column width="100" type="dhxCalendarA" sort="date" id="start_date">Start Date</column>
<column width="100" type="dhxCalendar" sort="date" id="end_Date">End Date</column>-->
<column width="70" type="ed[=sum]" sort="str" id="time_planned">Time planned</column>
<column width="70" type="ed[=sum]" sort="str" id="time_actual">Time actual</column>
<column width="95" type="coro" sort="str" id="status">Status
<option value="Open">Open</option>
<option value="In-progress">In-progress</option>
<option value="On Hold">On Hold</option>
<option value="Completed">Completed</option>
</column>
<column width="80" type="coro" sort="str" id="priority">Priority
<option value="High">High</option>
<option value="Medium">Medium</option>
<option value="Low">Low</option>
</column>
<column width="*" type="txt" sort="str" id="updates">Updates</column>

<afterInit>
<call command="attachHeader">
<param>#text_filter,#text_filter,#text_filter,#text_filter,#text_filter,#text_filter,#select_filter,#select_filter,#text_filter</param>
</call>
<call command="enableHeaderMenu">
<param>true</param>
</call>
</afterInit>
</head>


Thanks
Answer posted by dhtmlx support on Sep 18, 2008 03:07
We temporary removed this possibility from Grid as it had some critical problems. We are going to come up with updated math schema (keeping API compatibility of course) in some of future releases. Sorry  for inconvinience.
Answer posted by Jason on Mar 06, 2009 13:24
Has this functionality been fixed put back in?
Answer posted by Support on Mar 09, 2009 04:35
With "enableMathEditing" math cells can be switched to editable state, and allow to change the formula to different one or to some fixed value. 
Such functionality was not included in 2.0 release , but available as separate patch. 
It will be released as part of oncoming 2.1 release. Please contact us directly at support@dhtmlx.com if you need a patch ASAP