I have 3 Data Grids that I want to refresh every 30 seconds. It was under my impression that Skelta uses Javascript so I have the following code below but it doesn't work.. I can't find any documentation for Skelta that is helpful..
setInterval(control.findByXmlNode("dtgBin_A").refreshGrid(),30000);
setInterval(control.findByXmlNode("dtgBin_B").refreshGrid(),30000);
setInterval(control.findByXmlNode("dtgBin_NoBin").refreshGrid(),30000);