ParamQuery grid support forum

General Category => ParamQuery Pro Evaluation Support => Topic started by: YONGHOO KIM on December 16, 2022, 08:17:03 am

Title: inquiry Autocomplete column
Post by: YONGHOO KIM on December 16, 2022, 08:17:03 am
Hi !

This is question of AutoComplete cell.
Few days ago I upgrade pqgrid 7.2.0 to 7.7.0

7.2.0 version
When I type the data which does not exist in init dataset, cell will be change to blank cell.

7.7.0 version
When I type the data which does not exist in init dataset, input data is still exist.

For example
initdata:["apple", "banana", "carrot"]
> type "Z"
> 7.2.0 Cell change to ""
> 7.7.0 Cell value is "Z"

What is changed? How can I handle ? Do you have any option ?
I want to do that like 7.2.0.

Thank you
Title: Re: inquiry Autocomplete column
Post by: paramvir on January 04, 2023, 06:30:32 pm
you could use validation and set editModel.allowInvalid to false

https://paramquery.com/pro/demos77/editing_custom