jQWidgets Forums
Forum Replies Created
-
Author
-
November 24, 2017 at 5:25 pm in reply to: [QUESTION] how to : cell render with button without row selection on click [QUESTION] how to : cell render with button without row selection on click #97540
hello,
ok thx i will try this.
another question,
is there a complete documentation of all possible options for column, source …?
i search but i don’t foundhello,
yes it’s ok, thx.
best regards
November 20, 2017 at 10:55 am in reply to: column resize and scrollbar column resize and scrollbar #97445Hello,
ok i will create a small empty column with resizable false.
best regards
November 20, 2017 at 9:05 am in reply to: column resize and scrollbar column resize and scrollbar #97429hello,
thx for your reply,
no i not press on border, i click on the scrollbar
for reproduce the bug :
– mouse hover on last column (previous gif example)
– click on thumb and dragtry yourself : https://jsfiddle.net/UbK74/1354/
best regards
Hello,
Thank you that’s it, but we can show the horizontal scroll bar if we increase too much the other columns.
I will create a jquery plugin, so that the columns is resized automatically to avoid horizontal overflow.just one question, how change resizable option for one column dynamically ?
i read the documentation and i see that :
Sets a property of a column.Possible property names: ‘text’, ‘hidden’, ‘hideable’, ‘renderer’, ‘cellsrenderer’, ‘align’, ‘cellsalign’, ‘cellsformat’, ‘pinned’, ‘contenttype’, ‘resizable’, ‘filterable’, ‘editable’, ‘cellclassname’, ‘classname’, ‘width’, ‘minwidth’, ‘maxwidth’Parameter Type
dataField String
propertyName String
propertyValue ObjectReturn Value
None
Code exampleInvoke the setcolumnproperty method.
// @param String. Column data field.
// @param String. Property Name.
// @param Object. Property Value.
$(‘#jqxGrid’).jqxGrid(‘setcolumnproperty’, ‘firstname’, ‘width’, 100);but when i use (see the next code) the function setcolumnproperty with resizable to false, the column show resizable one cursor : col-resize
$("#grid").jqxGrid('setcolumnproperty', datafield, 'resizable', false);
November 16, 2017 at 3:46 pm in reply to: updaterow without reload grid updaterow without reload grid #97387inside jsfiddle just move the mouse on a row in table, and the hover disapear…
Hello Hristo,
it’s not exactly that.
I will try to explain better than that.
I put below the doc of the force fit option of jqgrid, I think it will be more meaningful than my explanations.forcefit : if a column's width is changed, the adjacent column (to the right) will resize so that the overall grid width is maintained (e.g., reducing the width of column 2 by 30px will increase the size of column 3 by 30px). In this case there is no horizontal scrollbar.
November 16, 2017 at 10:24 am in reply to: updaterow without reload grid updaterow without reload grid #97371hello Stanislav,
i don’t want change the background color, i have the problem without cell render, when i update cell or row, the fully rows was reload and your trigger jquery hover lost the dom elements.
exemple :
https://jsfiddle.net/UbK74/1350/November 16, 2017 at 9:14 am in reply to: updaterow without reload grid updaterow without reload grid #97366Hello Stanislav,
thx for your reply, i already watch the api documentation before post
but :
updaterow => rewrite the row on grid and the hover is lost
setCellValue => same rewrite fully row and the hover is lostit’s possible to change this behavior ?
November 16, 2017 at 12:49 am in reply to: updaterow without reload grid updaterow without reload grid #97350it’s a hover problem, when a line is updated, and the mouse is on a line, the hover disappears.
how to fix that ?
-
AuthorPosts