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
close icon

Corrupting the user control view while scrolling up and down on grid.

Hi,

We have a requirement that we need to expand a row so that we can summarize the information for that row.

For achieving this we created a user control with the sumarized information and we are putting that user control in the cell when user chooses to see the expanded view.

Once we place the user control then if we try scrolling the grid up and down the user control's view is getting corrupted. Can anybody suggest the solution for this problem.

Any help will be appreciated. Please see the attachment for more info.

Thanks and regards,

Mohit Rohella



SynchfusionRepaintingProblem.zip

3 Replies

JJ Jisha Joy Syncfusion Team May 5, 2008 10:55 AM UTC

Hi Mohit,

We suspect this issue to be a defect. We have reported this to our developers and we will update you within two business days.

Sorry for any inconvenience.

Regards,
Jisha



JJ Jisha Joy Syncfusion Team May 6, 2008 05:12 AM UTC

Hi Mohit,

On further analysis we found that this issue is not a defect and can be solved by setting these properties.

//Form’s Load.
this.gridControl1.VScrollPixel = true;
this.gridControl1.HScrollPixel = true;

Please let me know if this helps.

Regards,
Jisha



AD Administrator Syncfusion Team May 6, 2008 05:59 PM UTC

Thanks Jisha. The problem is solved.

regards,

Mohit


Loader.
Live Chat Icon For mobile
Up arrow icon