Author Topic: View cell format (Excel, Editable)  (Read 2010 times)

omerix

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 148
    • View Profile
View cell format (Excel, Editable)
« on: October 01, 2019, 05:14:08 pm »
Hello,

I am using "dataType: 'xml'" to load my data.

I am using Microsoft SQL to prepare the xml file.

SQL gives me such output. : https://yadi.sk/i/tD0hZNuQDgasrQ

Columns with datatype "float" are unfortunately listed this way. 1.800000e+002 etc.

When viewing data in the Grid, dataType: 'float', format: '#, ###. 00 'makes it easier to view because I use it this way.
The screen output is very good.
Screen Picture: https://yadi.sk/i/1aEjTtBjS404Ag

But when I want to edit the cell, it looks like this picture.
Screen Picture: https://yadi.sk/i/7qHymFIXYiGvyQ

When I export to Excel, I get a similar image.
Screen Picture: https://yadi.sk/i/JdwRARlPZvwaWQ

Can I change the display of data when editing Excel and Cell?

Thanks

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: View cell format (Excel, Editable)
« Reply #1 on: October 01, 2019, 10:43:27 pm »
Numbers with e notation are not supported in grid. Please convert them to number values.