3.2.0

Grid visibility problem

Hi Alex,

First of all....keep up the amazing work !

Here's my problem...the first column of my grid displays a hyperlink which drills down into a page that displays the details of that item. The problem is that when I use the drilldown once and then try to go back to the page with the grid via the browser's back button, the grid just shows up blank ...only the column with the row numbers is visible, the rest of the area is just a blank space. Is there a way to force the grid to paint without having to refresh the page or do you know of any other workaround ?

Desparately waiting to hear from you ...:)

Howie
Howie
April 15,
You can repaint the grid with refresh() method:

obj.refresh();
Alex (ActiveWidgets)
April 15,
That worked...thanks a ton !
Howie
April 16,

This topic is archived.

See also:


Back to support forum