jQWidgets Forums
Forum Replies Created
-
Author
-
yes, that’s what I was looking for,
thank you once again DimitarAugust 20, 2014 at 1:45 pm in reply to: get (and update) row by ID which is a column get (and update) row by ID which is a column #58567thanks, works like a charm
August 3, 2014 at 10:18 am in reply to: one change in dropdownlist in grid is called multiple times one change in dropdownlist in grid is called multiple times #57972thank you!
February 14, 2014 at 6:23 pm in reply to: dynamically add dropdownlist as a grid cell dynamically add dropdownlist as a grid cell #49542thank you
April 11, 2013 at 11:37 am in reply to: make only some rows not editable (checkable) make only some rows not editable (checkable) #19058thank you, that’s very clever & simple
April 10, 2013 at 8:12 am in reply to: make only some rows not editable (checkable) make only some rows not editable (checkable) #18962oops I’m sorry, I posted not so particular link
I meant this http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/defaultfunctionality.htm?classic
April 9, 2013 at 1:38 pm in reply to: make only some rows not editable (checkable) make only some rows not editable (checkable) #18903let’s say, that I have this grid http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/defaultfunctionality.htm
And I want to either disable or completely remove checkbox for every row, which “quantity per unit” equals 12
yes, the thing is, that other widgets were ok (splitter, various windows, buttons etc), just the place, where tabs should be was blank. But I guess it’s some strange cache-problem (even though I cleared it), when I moved index.html to another directory, it was ok again. Strange
Thank you once againFebruary 10, 2013 at 11:11 pm in reply to: set drag&drop to grid after populating it set drag&drop to grid after populating it #14965Thank you
February 8, 2013 at 5:08 pm in reply to: set drag&drop to grid after populating it set drag&drop to grid after populating it #14918can’t find the edit button, so excuse new post, but I found the problem. The thing is, that rows in my grid are grouped. When I set groupable to false, then I can drag & drop.. Is there any workaround?
February 8, 2013 at 4:54 pm in reply to: set drag&drop to grid after populating it set drag&drop to grid after populating it #14915Thank you for your answer, this event works really good, but it still didn’t help me, after :
$("#searchGrid").bind("bindingcomplete", function (event) { var gridCells = $('#searchGrid').find('.jqx-grid-cell');});
the gridCells are still empty. Maybe because of populating the grid? I feel that this isn’t the right way. but works good
$(“#searchGrid”).jqxGrid({ source: gridSource }); // being called, when gridSource is readyFebruary 6, 2013 at 12:33 am in reply to: adding new row with checkbox, which is not clickable adding new row with checkbox, which is not clickable #14771so I found out; editable:true did the trick
(I was ignoring this property as I was thinking that this property allows editing strings in rows etc, not checkboxes)
January 24, 2013 at 7:45 pm in reply to: can’t get checkbox checked can’t get checkbox checked #14178yay, it works, but another question : is 2.6.1 compatible with 2.4.2? I overwrote it and half of page is gone (literally there’s just white space
)
gosh, I’m even using that example
Thank you.
(Btw. fantastic framework!) -
AuthorPosts