Rank: Newbie Groups: Member
Joined: 12/13/2007 Posts: 1
|
Hello. I am using the version 2007.2.25 and have the following problem. when I give click to the grid father, it goes to the callbackpanel in where is the grid son, I do that in the father the line remains pronounced where from I did the selection and in the grid son presented the information with the selection of the father. It works very well quite, but both grid demoran very much, refresh frist the grid, a a few secons later the data, in freshening up and the quantity of lines is not bigger than 20 lines in the grid father and than 120 in the grid son. that would happen with the version of pro gracias jorge
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Jorge,
There is no need for you to refresh the first grid. Take a look of the grid's ClientSideOnItemSelected. You can hook up a JavaScript handler there to trigger callback through JavaScript. That way it will at least spead up a bit.
As for the second grid, make sure you use a fixed height, not 100%. That will help improve the performance as well.
Thanks
|