开发者

What is the event to know focus out from a datagrid cell (column) without using itemRenderer or itemEditor

开发者 https://www.devze.com 2023-02-13 03:17 出处:网络
I am using a editable datagrid and want to autosave the edited information in an editable column. Also, since its a simple text editing I d开发者_运维知识库on\'t want to use itemEditor/Component for t

I am using a editable datagrid and want to autosave the edited information in an editable column. Also, since its a simple text editing I d开发者_运维知识库on't want to use itemEditor/Component for the same. I was hoping to have a focusOut event but I dont see any focusOut event for datagrid column(even if its editable?). What event should I be using?

Thanks.


I got it working by using itemRenderer in which I used a text box and handled it with textbox's focusOut property. Still wondering how could I have done it directly from dataGrid's event.

0

精彩评论

暂无评论...
验证码 换一张
取 消