var fDesc=new Array(); fDesc[0] = "FlyGrid.Net distinguishes itself from larger .Net DataGrid for Windows.Forms controls by offering complete industry standard data management interface in .Net 1.0/1.1/2.0/3.0/3.5/4.0 versions, with features designed for speed and flexibility.
FlyGrid.Net works in bound, unbound, virtual modes and can mix these modes.
FlyGrid.Net supports themes and custom drawing, with four types of column editor styles: simple, dropdown, dialog and spin and allows custom dropdowns (any Windows.Forms control)."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }