PC Review


Reply
Thread Tools Rate Thread

DataGrid - 'Ghost' Cell Refresh Issue

 
 
theintrepidfox@hotmail.com
Guest
Posts: n/a
 
      24th Aug 2005
Dear Group


I really need your help on this issue.
I've a datagrid which source is a dataview based on a dataset.
The columns of the grid are datagridtextbox columns created like the
following example:

Dim Column1 As New DataGridTextBoxColumn
With Column1
..HeaderText = "Name"
..MappingName = "ContactName"
..NullText = ""
..Width = 120
..ReadOnly = True
End With

The column is then added to a table style and the table style is added
to the datagrid. All works fins so far and the data shows e.g. All
Customers

The trouble starts when clicking on a cell within a datagridtextbox
column. Let's assume that I click a button immediately after to
repopulate the dataset and dataview to show e.g. All Employees, the
value of the cell I had clicked when displaying All Customers overlaps
part of the Employees DataGrid

Or lets assume I repopulate the datagrid with All Customers and start
scrolling down, the value of the cell I clicked scrolls down too and
overlaps the cell of the following row.

I've tried clearing the DataSet, DataView, TableStylCollection etc
without success and I'm grateful for any ideas by what this might be
caused.

Thank you for your time and efforts!

Martin

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Datagrid Refresh issue with VS 2005 mfahnestock@verizon.net Microsoft Dot NET Framework Forms 0 29th Mar 2006 02:22 PM
Newbie: Datagrid ghost won't die mahalie@gmail.com Microsoft Dot NET Framework 1 1st Mar 2006 08:50 PM
Datagrid page refresh issue Neel B via .NET 247 Microsoft ASP .NET 0 8th Apr 2005 04:19 PM
Ghost 8.0 worse than Ghost 7.5 (or Ghost 2003 vs Ghost 2002) J.W. Storage Devices 16 5th Jan 2005 10:31 PM
IBindingList and Datagrid Refresh Issue Phillip Microsoft Dot NET 0 17th Dec 2003 03:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:02 AM.