Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
420
RowEditDialog Two Fields Not Showing Values
posted

I have two fields in the RowEditDialog that are not showing values until you click on them, leave the field and come back in to the field.

Why would they not be showing values.

Heres the code

{
columnKey: "CommonAmt",
visible: true,
readOnly: false,
required: true,
errorMessage: "Value can't be the same as the name",
validation: true,
editorType: "currency"
},

{
columnKey: "PricePeriod",
visible: true,
readOnly: false,
required: true,
editorType: "number",
validation: true,
validatorOptions: {
required: {
errorMessage: 'This field is required.'
},
requiredIndication: true
}
},

Parents
No Data
Reply
  • 17590
    Offline posted

    Hello William,

    Thank you for posting in our community.

    I created a small sample, using the code snippet provided. In the sample there is an igGrid with edit mode set to dialog. When the editing dialog is opened all the row values are correctly populated in the editors. 

    Attached you will find my sample. Please test it on your side and let me know what is the result. If this is not an accurate demonstration of what you are trying to achieve please feel free to modify my sample and send it back to me along with steps to reproduce. This is going to be highly appreciated and will help me in my further investigation.

    Looking forward to hearing from you.

    0044.igGridEditDialog.zip

Children
No Data