I’ve a following issue can you please guide me
*i’ve a problem in creating a grid cell - in that placing the image left side and words in the right side refer the url:[bpw-us.com/demo5/propertylisting1.php?search=london]
*how to gridCell word-wrap function
*if grid cell selection issue,i e if i click any grid cell it should all get pressed and move to the next view
*Passing value from one page to another page issue using this dhtmlx
*is that possible to interact with the mysql database.
i’ve a problem in creating a grid cell - in that placing the image left side and words in the right side.
Please, try to use “img” exCell type.
Here is the example:
dhtmlx.com/docs/products/dht … extra.html
how to gridCell word-wrap function
Please, try to use enableMultiline() method:
docs.dhtmlx.com/doku.php?id=dhtm … emultiline
if grid cell selection issue,i e if i click any grid cell it should all get pressed and move to the next view
Please, try to use onRowSelect() event
docs.dhtmlx.com/doku.php?id=dhtm … nrowselect
Passing value from one page to another page issue using this dhtmlx
To get the value:
var val=mygrid.cells(rowId,colInd).getValue()
is that possible to interact with the mysql database.
Here is the examples of usage dhtmlxGrid with server-side database:
dhtmlx.com/docs/products/dht … _init.html