Results 1 to 2 of 2

Thread: Windows Datagridview [2005] - pressed key change to Ucase

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2009
    Posts
    2

    Windows Datagridview [2005] - pressed key change to Ucase

    I am using
    Windows Datagridview [2005] - and want the pressed key change to Ucase
    immediatley - without going upto the cellendedit() event,

    Any idea

  2. #2
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: Windows Datagridview [2005] - pressed key change to Ucase

    Set the DGV's DataGridViewTextBoxEditingControl.CharacterCasing = CharacterCasing.Upper and you'll be all set. In order to get a hold of the DataGridViewTextBoxEditingControl, you need to handle the DGV's EditingControlShowing event. Search this forum for the term "EditingControlShowing" and you will find some examples.
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width