Hi experts,
I encounter a serious problem in DNN 7.0, which I am considering to report as a bug, but before I would like to consult you.
Context:
• I am implementing a module using RadGridView with client-side binding.
• This RadGridView is within a RadSplitter (allows to dynamically change the width).
• DNN 7.0 implemented is customizing RadGridView, by using some js (dnn.jquery.js) to add a custom scrollbar.
• In order to reproduce the scrollbar functionality the script sets a fixed height and width of the “rgDataDiv” (a container of a data table)
• The dnn.jquery.js customizing function is called before any TELERIK event setting the RadSplitter width and populating the RadGridView.
Problems:
• The table content is only partly displayed and its data is completely compressed (unreadable).
• The RadSplitter functionality resizing functionality fails to work.
• On the page there are two kinds of scrollbar.
My humble opinions:
• The problem it might be solved by trigging different js events and by use of CSS to turn off the custom scrollbar functionality, but I think there is too much effort required to turn off a non well working visual feature.
• If DNN supports Telerik components, they should work in any mode they are supposed to, without mayor workaround.
• Visual features should be implemented in skin. Te core style (default style) should be kept at minimum just to hold the page together.
• The RadGridView custom scrollbar is not well considered and therefore a bug.
Questions:
1. Do you agree with the statements above?
2. There is an easy way to turn off the RadGridView custom scrollbar?
I would really appreciate any opinion or answer.
Thank you