Thanks for using Syncfusion products.
We can set the scrolling for large data column and enable the Scroller by setting allowscrolling property as true/ false. We can also define the scroll width and height by using the scrollSettings property.
<div id="grid" ej-grid e-datasource="data" e-allowpaging="false" e-allowscrolling="true" e-scrollsettings-height="100" e-scrollsettings-width="100" e-toolbarsettings-showtoolbar='true' " " e-toolbarsettings-toolbaritems='toolbar' e-editsettings-allowdeleting=' true' e-editsettings-allowediting='true' e-allowsorting='true' e-editsettings-allowadding='true'></div> |
Please refer to the jsplayground sample and Help document for how we can enable the scroll property in Grid,
Help Document:Scroll
Try the above sample and let us know if it helps. If we misunderstood your query, please provide clear information regarding your requirements. It will help to provide the prompt solution.
Regards,
Isuriya R
Hi Bharat,
Please let us know whether you are mentioning that the highlighted record is hiding in your Grid or some other scenario.
While adding a record, we can see the full record by using the Scroller.
Regards ,
Isuriya R
1. Without adding new record
2. While adding new record
Code example :
<div id="Grid" ej-grid e-datasource="data" e-allowpaging="false" e-allowscrolling="true" e-scrollsettings-height="82" e-scrollsettings-width="300"> |