Hello,
I have a problem with adding a new row by pressing the TAB key at the end of the last one. It works just fine when it is not linked with the AfterExitEditMode event. I even left the event code empty to see if my code was the problem, but it seems it still doesn't work. Just by having the event linked to the grid, the tabRepeat won't work.
Am I doing something wrong or missing something, or is there something about this event and I should find another way around it?
Thank you!
Hi,
There's no reason why simply hooking an event should change the behavior.
What's your AllowAddNew setting?
hello,
I know. It's very spookie. That's why I hope I'm doing something wrong. My addnew setting is Allow - with tabRepeat.
I went around it and created a custom addNew trigger at the keypress event, this works just fine.
But I am still wondering what is the matter with the event. I'm not at the office right now but I will search through my code and check, maybe it's my fault.
I will get back to you on Monday.
Thank you