<%@ LANGUAGE="VBSCRIPT" %> Rico LiveGrid-Example 1
<% GridSettingsForm %> This example demonstrates a pre-filled grid (no AJAX data fetches). LiveGrid just provides scrolling, column resizing, filtering, and sorting capabilities. The first column sorts numerically, the others sort in text order.

 

<% const numcol=15 for c=1 to numcol response.write "" next %> <% for r=1 to 100 response.write vbLf & "" response.write "" for c=2 to numcol response.write "" next response.write "" next %>
Column " & c & "
" & r & "Cell " & r & ":" & c & "