Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by JK on Nov 07, 2007 00:16
open dhtmlx forum
Column of txttxt type has strange behaviour on performing new line characters in IE

Column of txttxt type has strange behaviour on performing new line characters in IE
It just strips new line characters in IE wherever they are from (from XML or just entered)

Use version 30/10/2007
In FF it seems ok.

mygrid.setHeader("Option,Description,")
mygrid.setColumnIds("Title,Description,Delete");
mygrid.setInitWidths("250,*,25")
mygrid.setColAlign("left,left,center")
mygrid.setColTypes("ed,txttxt,ro");
mygrid.enableResizing("false,false,false")

mygrid.enableAutoHeight(true)
mygrid.enableEditEvents(false, true, true)
mygrid.setSkin("xp")


Also, when your responses are published online I get in my e-mail box a strange e-mail without Subject and Sender with only one point “.” in it. It is probably your responses that I should get on e-mail ? :-)
Answer posted on Nov 08, 2007 06:33
Problem confirmed and fixed, fix will be released as part of next build.
If you need fix ASAP - please contact directly at support@dhtmlx.com , and provide your ref. number - we will send you updated code.