i have used the code in scrollbars top and bottom to create a grid similar to whats on the link with top and bottom scrollbars. But when i use
toolbar: [true, "top"],
with
$('<div><input type="button" value="Send" /></div>').appendTo("#t_grid");
the toolbar with the added button wont show instead it shows only the scrollbar at the top. it seems like the scrollbar is overriding the toolbar.
i have the following question:
How do i include my toolbar with the button along with the top scrollbar ? (in this the tool bar must be positioned above the top scrollbar)