JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Grid Re-render › Reply To: Grid Re-render
September 15, 2023 at 9:29 am
#108686
svetoslav_borislavov
Participant
Hi,
What are you trying to achieve and face problems with the re-rendering?
To freeze and unfreeze a column, you can use the setColumnProperty.
Example:
const grid = document.querySelector(‘smart-grid’);
grid.setColumnProperty(“firstName”,”freeze”,true);
Best Regards,
Svetoslav Borislavov
Smart UI Team
https://www.htmlelements.com/