Validate unique cell value in extjs 4 -
i have grid
textfield
column. want make sure user enters unique data cell. if use validator
event, validates cell gets clicked.
i want validate after cell has finished editing. have tried validateonchange
, doesn't fire.
validateonchange not event, rather it's config option. set false in textfield config.
Comments
Post a Comment