Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 1st, 2006, 06:37 PM
Registered User
 
Join Date: Mar 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default windows forms datagrid - refresh

I have a windows forms datagrid which isn't completely redrawing when I do:

Code:
        dgPay.DataBindings.Clear()
        dgPay.SetDataBinding(dsPaySet, "ParentTable")
        dgPay.Refresh()
Specifically, the last cell in the grid that had focus remains visible even after dgPay.DataBindings.Clear() is called. This is VERY misleading when the current row has the ID of the previously selected row :(

Any thoughts?





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Refresh a Windows Form in C# booksnore2 General .NET 5 June 16th, 2010 01:34 PM
Need help to refresh two forms flyfish Access 10 January 25th, 2005 04:33 AM
Windows Forms datagrid column backcolor dbradley VB.NET 3 April 6th, 2004 11:43 AM
Windows Forms DataGrid .NET antalpak VS.NET 2002/2003 2 June 20th, 2003 08:09 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.