Page 1 of 1

Grid and browse onchange event

Posted: Sun Apr 11, 2010 9:16 am
by mol
Grid and browse controls have the event OnChange, which is fired everytime when pointer moves.

I think, we should have an event, which will be fired when user edit some cells or delete row.

Re: Grid and browse onchange event

Posted: Sun Apr 11, 2010 10:50 am
by Rathinagiri
This on change event should be fired when an user changes the cell value. (ie., moving the pointer).

We shall have another event may be onvaluechange event for your requirement.

Re: Grid and browse onchange event

Posted: Sun Apr 11, 2010 12:44 pm
by mol
Yes, I thought about OnValueChange and maybe OnRowDelete....
I'm writing new billing system and I need to update summary.
For some reasons I'm using BROWSE for viewing and editing DBF files. Browse does not have OnChange event.
I've tried grid, but, in my opinion, grid is in experimental phase yet for viewing DBF.

Re: Grid and browse onchange event

Posted: Sun Apr 11, 2010 1:11 pm
by Roberto Lopez
mol wrote:Grid and browse controls have the event OnChange, which is fired everytime when pointer moves.

I think, we should have an event, which will be fired when user edit some cells or delete row.
Added to the wishlist.

Re: Grid and browse onchange event

Posted: Sun Apr 11, 2010 1:14 pm
by mol
I know, that browse is frozen, but maybe this last change is possible? What do you think, Roberto?
Thanks in advance.
Marek