Hi,
i am trying to get one dhtmlxgrid on my jsp page. it’s coming on mozilla firefox. but it’s not coming on IE8. anyone can say why its not coming on IE…
I am giving the .css and .js sequence like below… if i made any mistake to give that sequence… please correct me…
now my problem is solved…
my .css and .js files sequence is correct… i made a mistake in gridObj.setInitWidths(10,20, );
here we have to give another value also… and IE is not supporting this statement gridObj.objBox.style.overflow=“auto;”;… i removed this statement … i made these two mistakes… now i am getting grid on IE also…