Our blazing fast Grid component built with pure JavaScript


Post by henrique »

Hi!

Exists a way to update the text field when the field of the model is changed?


Post by tasnim »

Hi henrique,

Just to be confirmed, do you mean to change the field in runtime?

{
	type : 'text',
	field : 'customField'
}

Post by henrique »

No. I created a model, with fields configuration, and fill the record property from a container, after this I changed the field value from the model, and not updated the text field linked to this field.


Post by mats »

There is a private flag available on Container that you can use currently, autoUpdateFields - It will likely be made public soon.


Post by henrique »

Ok, I will wait for this!


Post Reply