We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Grid is not updating correctly with Hidden columns

I have a gird with some hidden columns (col[0] and col[2]). When I try to scroll the view horizontally, back and fore, the grid doesn't refresh correctly. I also notice that the scrollbar size is incorrect. If I don't make those two columns hidden, everything seems to be fine. Is anyone see this before? can some one help?

6 Replies

AD Administrator Syncfusion Team October 20, 2003 02:28 PM UTC

What version of the grid are you using? There was a problem like this in an early 1.6.1.x release, but it was fix in 1.6.1.6 or later. The latest private release is 1.6.1.8 which you can get by submitting a support incident and requesting it.


MK Markus Kraft November 15, 2003 06:14 AM UTC

Hi, i have here the absolute same problem with release 1.6.1.8 DataBoundGrid. I use hidden cols too. In my application, the user can show and hide columns at the runtime. The gridboundcolumns being generated complete newly after this change. The scrollbar size is incorrect and some cols will not be correct refreshed after scroll right and left. Some ColumnHeaders will only refershed when the mouse moves over the grid-headerow. The dead column will be displayed when scrolling up/down. The behavior appears sporadically. Do you have a proposal for solution? greetings markus


AD Administrator Syncfusion Team November 15, 2003 06:35 AM UTC

Have you tried calling grid.UpdateScrollBars after you reset your grid? If you have a sample project showing the problem, submit a Direct Trac support incident with the sample and we can debug it here.


AD Administrator Syncfusion Team November 15, 2003 06:35 AM UTC

Have you tried calling grid.UpdateScrollBars after you reset your grid? If you have a sample project showing the problem, submit a Direct Trac support incident with the sample and we can debug it here.


AD Administrator Syncfusion Team November 17, 2003 01:25 PM UTC

Well, it seems that the problem appears when trying to set the visibility to all columns at once. Setting it one by one seems to work fine for me. (I mean using Grid.SetColHidden(index,index,bVisible) )


MK Markus Kraft November 18, 2003 05:23 AM UTC

Hi Augusto, the refreshing problem occours when i using SetColHidden() too. I switch the columns visibly or invisibly when I add the gridboundcoulumn to the ValueGrid.GridBoundColumns. In a table which include visualdata, i control the actual column as hidden true/false. ValueGrid.Model.Cols.Hidden[CollectionCounter + 1] = (bool)visualTable[CollectionCounter]["hidden"]; for your info. markus

Loader.
Live Chat Icon For mobile
Up arrow icon