Hi Isomorphic,
My SmartGWT version is: 'v11.0p_2017-07-24/PowerEdition Deployment (built 2017-07-24)'.
My application is using SmartGWT + Spring + Hibernate
I am using a ViewListGrid and have a ListGridField in that. I am trying to enter data in fields (that aren’t drop down fields). When I enter a value in ListGridField cell and hit enter, That cell should be focused. But when I move my cursor I can see that it’s not focused any longer. If I click on the cell and hit enter a second time(without updating/overriding the existing value in the cell) the cell remains focused.
I have done some sort of R&D on this and searched for some property with the help of which i can edit the value in a listGrid cell and hit enter, after which the cell should remain focussed.
So, is there any property through which i can achieve this thing here? Need help.
My SmartGWT version is: 'v11.0p_2017-07-24/PowerEdition Deployment (built 2017-07-24)'.
My application is using SmartGWT + Spring + Hibernate
I am using a ViewListGrid and have a ListGridField in that. I am trying to enter data in fields (that aren’t drop down fields). When I enter a value in ListGridField cell and hit enter, That cell should be focused. But when I move my cursor I can see that it’s not focused any longer. If I click on the cell and hit enter a second time(without updating/overriding the existing value in the cell) the cell remains focused.
I have done some sort of R&D on this and searched for some property with the help of which i can edit the value in a listGrid cell and hit enter, after which the cell should remain focussed.
So, is there any property through which i can achieve this thing here? Need help.
Comment