Hi,
My Table data is plenty and when i open Dialog to add/edit, Submit button goes out of frame,so i wish to adjust width of dialog(as i saw in your Dialog Layout demo) and i want to keep 2 or 3 elements in row so that all elements are visible and bring sumbit/cancel button within size,and i am full aware it is for premium customers,only this part is needed for me,so i would be thankful if u suggest me the code behind that
Try using "formoptions" in column
$col = array();
$col["title"] = "Name"; // caption of column
$col["name"] = "name";
$col["editable"] = true;
$col["formoptions"] = array("rowpos"=>"2", "colpos"=>"1");
$cols[] = $col;
$col = array();
$col["title"] = "Gender"; // caption of column
$col["name"] = "gender";
$col["width"] = "30";
$col["editable"] = true;
$col["formoptions"] = array("rowpos"=>"2", "colpos"=>"2");
$cols[] = $col;
I'm afraid, the edit options for add/edit dialog is not in free version now. I'll try to add in next release.