JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Problems with dropdownlist editor › Reply To: Problems with dropdownlist editor
March 1, 2022 at 1:31 pm
#102920
tullio0106@live.it
Participant
Here the codpen link : https://codepen.io/tullio0106/pen/JjOebye
This is the beverage.json data I used
[{
“C1”: “1”,
“C2”: “Hot Chocolate”,
“C4”: “SEAVISION”,
“C6”: “01/06/1954”,
“C5”: “true”,
“C3”: “14g”
}]
Tks