![]() |
advanced report control question |
Post Reply ![]() |
Author | |
tobi ![]() Senior Member ![]() ![]() Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
![]() ![]() ![]() ![]() ![]() Posted: 25 September 2006 at 2:17pm |
Hi, I´m about to implement some kind of grid control with report control.
I have a four column control where the first column contains a description and depending on the row the user can put one to three values in the last three columns.
To ease user´s input I´m trying to implement the following function:
When the user hits enter the first editable column in the current row gets into edit mode. When the inputs a value and then presses enter, the next editable columns should get into edit mode and so on...
When the user edits the last editable column in the row and then hits enter the next row should be selected with the first editable columns in edit mode ...
Does anybody implemented such functionality ?
Any suggestions are welcome ...
Thanks a lot !
|
|
![]() |
|
sserge ![]() Moderator Group ![]() Joined: 01 December 2004 Status: Offline Points: 1297 |
![]() ![]() ![]() ![]() ![]() |
There are a few members to implement such fuctionality.
You have to use events: PreviewKeyDown (or KeyDown) ReportControl.EditMode property shows whether field editor is active. Also use ReportControl.Navigator to begin editing and move to next position. -- WBR, Serge |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |