Hi!, I have a cell with formula, is a price cell, but i need that this value can’t be editable. How can i do that?
mygrid.setColTypes(“ro,ro,edn,ro,edn,ro,ro[=c2c5+c5c2c4/100],price[=c3c5]”);
Regards
The cell can be or editable or set as result of math calculation, it not possible to edit cell which value was set as result of math calculations.
If necessary you can defined column as math originally, and after data loading ( and math calculations ) reset it to any other type.
No, this cell is correct, is a Math cell PRICE, but i wnat that this cell CAN’T BE EDITABLE. Because when i key press over it i can change the MATH calculation!
The math based cell is not editable by default, unless you called the function from math extension which enable formula edition.
Here i atttach you my file now with problems, this one posted here, you can see that i have a PRICE[MATH CELL] that when i keypress over it i can edit data.
The other one, the third column “# ingresada” is the one that must fire the event “save dynamically” but im having an extrange error, if i keypress over that cell the ZERO number the event doesn’t fires, instead if i first double click the cell, and then i keypress ZERO the event fires ok, so i think maybe can be a problem with keymap_excel, can you check it plesase?
Regards, oVox.
PROYECTOList.php.zip (5.39 KB)