Categories | Question details Back To List | ||
can I use YUI Javascript API along with grid can i use YUI API with grid ..will it conflict in any way with grid api?? Answer posted by Alex (support) on Jan 15, 2010 08:29 Did you mean that you want to apply YUI API to grid ? dhtmlxGrid API is different from YUI API. Answer posted on Jan 15, 2010 08:34 i want to have functionality where i can display YUI container /pop-up and a very small image in it in the corner of the cell when user brings mouse over the cell and on mouse out i want to remove it. also when user clicks on that image i want to create a div like the one that is created by dhtmlxgrid to show calendar popup and i want to fetch some info into it by YUI ajax call..i f can suggest a better way to do it so that i dont have to use any other API thandhtmlxgrid ones it would really help me out... thanks
Answer posted by Alex (support) on Jan 15, 2010 09:00 There are no known issues with dhtmlxgrid and YUI components that are intialized on one page. Please see samples of gtrid initialization in grid package and on the website. |