JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Empty Grid Localization
Tagged: grid localization empty
Hi, is there a way to localize the empty grid message. If the grid is empty, it just displays ‘No rows’. I couldn’t find that message in the messages property described in the Grid API. I need the opportunity to change that text to german. Best Regards, Gerhard Seemann
Hi Gerhard Seemann, You can try:
grid.appearance.placeholder = "some text";
Best Regards, Peter Smart UI Team https://www.htmlelements.com