jQWidgets Forums
Forum Replies Created
-
Author
-
December 28, 2021 at 10:33 am in reply to: grid column resize cursor change grid column resize cursor change #121280
cursor problem fixed, only how can I change resize icon?
Thank you for the answer. Can you give a sample code?
December 16, 2021 at 9:40 pm in reply to: cell doubleclick open slide down div cell doubleclick open slide down div #121236hello ivanpeevski;
examples were very helpful.
and last question Can I show it as a dropdown detail grid?
thank youDecember 13, 2021 at 10:27 pm in reply to: cell doubleclick open slide down div cell doubleclick open slide down div #121221like in this example
everpresentrowposition: “bottom”,
everpresentrowactions: ‘addBottom reset’,
http://jsfiddle.net/g130fx9u/December 13, 2021 at 8:34 pm in reply to: cell doubleclick open slide down div cell doubleclick open slide down div #121220hello or I found this example, how can it appear under the cell I clicked? auto position
https://jseditor.io/?key=a98fb74b542811e89e5100224d6bfcd5thank you
December 9, 2021 at 11:19 am in reply to: select elements to a group only select elements to a group only #121193ok ok no problem my fault
December 9, 2021 at 11:09 am in reply to: select elements to a group only select elements to a group only #121190hello i have a strange problem..
if i add pageable: true , i can’t click checkbox
but it works in your example code
https://jsfiddle.net/x1rsvtgb/1/December 8, 2021 at 7:53 pm in reply to: select elements to a group only select elements to a group only #121188Thank you very much
hello
why is this so hard to understand? it has nothing to do with the example question you gave.
I asked a very simple question..
If this information is in the cell, a row should not be createdvar cellsrenderer = function (row, column, value, defaultHtml) { debugger if (value == "invoice Address") {
I’ve done it before but can’t find the sample
Please, is there any alternative answer?
thank youhello hristo
thank you for the answer but not the answer I want..
I don’t want some rows created.. ( not disable editing of some cells )
I hope you understand meSeptember 23, 2018 at 7:24 pm in reply to: column data is not correct when dragging column data is not correct when dragging #102088hi martin
Do you need to switch it with the drop target row?
yes i want to this
thank youSeptember 11, 2018 at 5:46 am in reply to: column data is not correct when dragging column data is not correct when dragging #101923thank you martin but a have problem
I want to change the location of the data I’ve dragged.
I see the value of two dataJanuary 7, 2015 at 7:38 pm in reply to: How can I put two buttons? How can I put two buttons? #65092sorry the problem continues
var ensRender = function (row, columnfield, value, defaulthtml, columnproperties, rowdata) { return '<button class="btn default grey-cascade update" type="button">Update</button> <button type="button" class="btn default red delete">Delete</button>'; };
ready: function () { $('.update').click(function (row, columnfield, value, defaulthtml, columnproperties) { I cannot get this data here }); $('.delete').click(function (row, columnfield, value, defaulthtml, columnproperties) { I cannot get this data here }); }
I do have to use global variables? window.rowdata = rowdata;
January 7, 2015 at 6:59 pm in reply to: How can I put two buttons? How can I put two buttons? #65090okay I’m fixed
thank youready: function () { $('.update').click(function () { }); $('.delete').click(function () { }); }
-
AuthorPosts