Author Topic: Date format issue in your demo URL  (Read 351 times)

developer1

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 44
    • View Profile
Date format issue in your demo URL
« on: June 13, 2022, 07:14:41 pm »
Hi Paramvir,

We have used your demo link ( https://paramquery.com/pro/demos/editors_conditional ) and make a below link,

https://jsfiddle.net/vogd7ykb/

We have just add one field "Testing" and set type:"textbox"

When we enter text data in that field, its working fine but when we enter numeric value its automatically converted into date format


One more things, We need to set "dd-mm-yy" date format.


Kindly assist us as soon as possible
« Last Edit: June 13, 2022, 07:26:53 pm by developer1 »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: Date format issue in your demo URL
« Reply #1 on: June 14, 2022, 11:10:11 am »
Individual cell format can be defined as below:

ui.rowData.pq_cellprop[ui.dataIndx].format

Please check this corrected jsfiddle: https://jsfiddle.net/ymznto2p/