Posted 26 April 2022, 12:18 pm EST
I want to add data to the grid that has already been created.How do I catch the grid selector?
grid create code :
new wijmo.grid.FlexGrid("#id")
Forums Home / Wijmo / General Discussion Topics
Posted by: bigdata on 26 April 2022, 12:18 pm EST
Posted 26 April 2022, 12:18 pm EST
I want to add data to the grid that has already been created.Marked as Answer
Replied 26 April 2022, 4:43 pm EST
Hi,var grid = new wijmo.grid.FlexGrid("#id");
var grid = wijmo.Control.getControl("#id");
Replied 26 April 2022, 5:22 pm EST
thk u!!