CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Posts
    8

    Question DataGrid w/ TextChanged event handler?

    I created a default DataGrid. By default it is made of textboxes, right? I need to know what user is typing while he is typing. In other words - to have something like a TextChanged event handler that I have with any regular TextBox. Any chance to know what is being typed in the DataGrid cell while it is being typed?

    Vojtek11

  2. #2
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    Re: DataGrid w/ TextChanged event handler?

    if you want to validate what user type in you can use validation controls in combination with Regex.
    Please rate my post if it was helpful for you.
    Java, C#, C++, PHP, ASP.NET
    SQL Server, MySQL
    DirectX
    MATH
    Touraj Ebrahimi
    [toraj_e] [at] [yahoo] [dot] [com]

  3. #3
    Join Date
    Oct 2007
    Posts
    8

    Re: DataGrid w/ TextChanged event handler?

    Quote Originally Posted by toraj58 View Post
    if you want to validate what user type in you can use validation controls in combination with Regex.
    Still - some help with it would be greatly appreciated

    Thank You,
    Vojtek

Tags for this Thread

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

Featured