- This topic has 2 replies, 2 voices, and was last updated 1 month, 1 week ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › grid scrollbar arrow key down
Hi everyone,
I have an issue where the grid adds new dimmed rows when ever the user clicks the arrow-down button (scroll down a tick) in the grid’s own scrollbar, if the grid is already scrolled to the bottom.
It does not do what I have set it to do, when a new row is added (like adding a today’s date in a date field), so I assumed this was a bug.
However, the support tells me that this is a feature and that it can be turned off, but since my license has now expired, that is all I get get out of them…
I haven’t had luck finding the switch for this feature when looking at the docs – does anyone in here know this feature and how to turn it off please?
This is the JavaScript version by the way.
at first I thought that is was due to infinity scroll, but that is turned off – scrolling is set to physical, so that isn’t it.
Hi Peter,
What you’re experiencing is controlled by the property: editing.addNewRow.autoCreate
When this property is true, the grid automatically adds a new empty row (dimmed) when the user scrolls down past the last row using the grid’s scrollbar or keyboard arrows. If you want to turn off this behavior, you should set it to false. This will stop the grid from adding new rows automatically on scrolling past the bottom.
Best Regards,
Markov
Smart UI Team
https://www.htmlelements.com/