var fDesc=new Array(); fDesc[0] = "The most complete data grid and editors library for WinForms is only available from DevExpress.

From cards and carousels to master-detail support...from our shared data editors library to ultra fast data loading...

The XtraGrid Suite remains unrivaled in its capabilities and features.

Grids and editors are at the heart of most major applications and choosing the best available library is critical to the success of any such project - both in terms of time to market and end user experience."; 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 = ''; } }