Notes |
|
(0006796)
|
user71
|
2005-06-01 00:00
(edited on: 2008-06-12 09:43) |
|
|
|
(0003817)
|
villind
|
2008-01-03 13:53
(edited on: 2008-06-12 09:26) |
|
Logged In: YES
user_id=61737
Originator: NO
What is the current status with this feature? Is someone working on this at the moment? |
|
|
(0003818)
|
dbaz
|
2008-01-03 14:08
(edited on: 2008-06-12 09:26) |
|
Logged In: YES
user_id=1500873
Originator: NO
If you see there is a field --editable="false"--
<TABLE width="100%" cellspacing="0" cellpadding="0" border="0" class="Main_Client_TableRelation"><TR><TD><DIV id="grid" dojotype="openbravo:DataGrid" structureurl="xxxxxxxxxxxxx" dataurl="xxxxxxxxxxxxx" updatesurl="xxxxxxxxxxxxx" calculatenumrows="true" editable="false" sortable="true" deleteable="true" oninvalidvalue="alert" onscroll="updateHeader" ongridload="onGridLoadDo" buffersize="3.0" showlinenumbers="true" offset="" sortcols="" sortdirs="" defaultrow="0" maxwidth="99%" percentagewidthrelativetoid="client" preventcache="true" usecache="true" cachecontent="false">
If you put --editable="true"-- you can edit the values, but the changes won't be saved. We have to implement all the saving logic.
At this moment nobody is working on this due it is planned neither 2.3x nor 2.4x
If you want to contribute implementing it you have the most updated files in the Openbravo SVN Trunk
Thanks. |
|