Hi,
i ma creating a chat program using dhtmlxTouch.
I am using a grid to view the chat text.
How can the grid be scrolled to the bottom by default, so that someone can see latest texts.
Regards.
Ndegwer
Hi,
i ma creating a chat program using dhtmlxTouch.
I am using a grid to view the chat text.
How can the grid be scrolled to the bottom by default, so that someone can see latest texts.
Regards.
Ndegwer
i have found the solution is :
$$("grid").showItem($$("grid").last());