views:

33

answers:

0

Hi,

I'm trying to validate a celledit with

,editrules: { 
  custom: true
  ,custom_func: myCustomFunc
}

But when error message is accepted, focus gone to another cell.

How can retain focus on the invalid cell?

Thanks in advance :-)