Float Images to Right Side of Cell

I’m using dhtmlxTreeGrid and want to dsiplay within a cell, text on the left and two images on the right. When I use the following code the images display on the right but are displayed below the text but I can only see the tops of the images. I want the images to display on the same line as the text not below.



<![CDATA[Sample Venue 1]]>



Any help would be appreciated.



Thank you!


Try to switch on multi line mode:


mygrid.enableMultiline(true)