This is a migrated thread and some comments may be shown as answers.

Hidden columns show after resize

1 Answer 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
charlie
Top achievements
Rank 1
charlie asked on 11 Jul 2018, 03:26 PM

I have a grid with many columns in it. The first two have display="false". They're IDs used to create links for other columns in the Grid_ItemDataBound event. Anyway, The report shows correctly when created with the browser maximized, but if I restore and then maximize again, the hidden columns show up. When they work, the TH has style="display:none" and after restoring and maximizing the style is gone. This is happening in 2 out of maybe 50 reports and most of them have hidden fields, so it's probably related to the layout of these particular grids.

Any ideas?

 

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 16 Jul 2018, 11:25 AM
Hello Charlie,

Here are some suggestions you can use to troubleshoot this issue:

1. Try running your project with the latest release version of the controls.

2. Ensure that you don't have controls on the page with different RenderMode properties:
https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/mobile-support/render-modes#setting-render-mode

3. If you have scrolling enabled with static headers, try disabling the UseStaticHeaders property.

I hope this will prove helpful.

Regards,
Eyup
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
charlie
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or