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

Grid Rendering Incorrectly after upgrade

2 Answers 93 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Torrey
Top achievements
Rank 1
Torrey asked on 22 Mar 2016, 07:57 PM

Hello,

Immediately after my upgrade from 'ASP.NET AJAX Q3 2011 SP1' to 'UI for ASP.NET AJAX Q1 2016' (.NET version 3.5), my Rad Grid no longer renders correctly:

- Rows are no longer clickable
- Column widths are no longer aligned between header and content
- Scrolling content overflows beyond the borders of the grid (I believe the height of the amount overflowed is precisely the height of the header row)

Note that the functionality is partially there in that clicking on column headings properly sorts the data, but the rendering issue is still present.

Please see the attached image 'Illustration.png'.

I have also attached image files of my code 'ASPNET.png' (for the .NET markup) and VB.png (for the code-behind). I had to do it this way because this thread window would not allow me to copy/paste code within, nor attach anything other than image files.

Please help!!

Thanks - Torrey

 

2 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 23 Mar 2016, 04:17 PM
Hello,

In order to resolve the rendering problem try setting ScrollHeight="300px" instead of Height and let me know if this helps. Also set fixed layout for grid MasterTableView (TableLayout ="Fixed").

Regards,
Pavlina
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Torrey
Top achievements
Rank 1
answered on 23 Mar 2016, 07:53 PM

Hello Pavlina,

Setting ScrollHeight="300px" works! Thank you so much. I have also set the TableLayout="Fixed" attribute within MasterTableView but I didn't see any noticeable effect.

Thanks again, and have a great day!

Tags
Grid
Asked by
Torrey
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Torrey
Top achievements
Rank 1
Share this question
or