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

Grid Virtual Scrolling

2 Answers 75 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Alexander
Top achievements
Rank 1
Alexander asked on 21 May 2019, 03:58 PM

Hi, Could you please help me to clarify if this is intentional behavior of Grid component do not accept external className?

- classNames concatenated when scrollable set to scrollable (default)

- classNames are not concatenated when scrollable set to virtual

Digged down to the library ..../Grid.js found that the issue is in line 426

 

return (React.createElement("div", { style: wrapperStyle, className: 'k-widget k-grid'
+ (this.props.scrollable === 'virtual' ? ' k-grid-virtual' : ''
+ (this.props.className ? ' ' + this.props.className : '')) },

 

Thanks,

Alex.

2 Answers, 1 is accepted

Sort by
0
Accepted
Vasil
Telerik team
answered on 22 May 2019, 07:08 AM
Hello Alex,

Looks to be bug, I will fix it right away and it will be included in the upcoming version. As appreciation of your feedback and reporting this issue we are updating your telerik points.

Regards,
Vasil
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Alexander
Top achievements
Rank 1
answered on 22 May 2019, 09:30 AM
Hi Vasil, thanks for a quick feedback, appreciate those points!
Tags
General Discussions
Asked by
Alexander
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Alexander
Top achievements
Rank 1
Share this question
or