jQWidgets Forums

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Bind 2 grids Bind 2 grids #25337

    prabhu
    Member

    Thanks for your reply,
    I did do that. Now when I select cell in second grid my cell of first grid is unselected,how ever when i enter some text in the newly selected cell of second grid,the text also gets posted in earlier cell that i selected. how do I prevent the text editing to shif completely to new cell of another grid.

    Please assist,
    Kishore


    prabhu
    Member

    Is there a way to get column name or index from the cell that we have selected,with out binding cellselect event.

    Thanks,
    Kishore


    prabhu
    Member

    Hi Dimitar,

    Thanks for your reply. Can you show me a sample code which does that,or a demo which can help me.

    thanks,
    Kishore

    in reply to: Custom edit of rows Custom edit of rows #24856

    prabhu
    Member

    With the following code I can capture the keyboard event but how do I change the rows editable property dynamically.

    handlekeyboardnavigation: function(event) {
    var key = event.charCode ? event.charCode : event.keyCode ? event.keyCode : 0;
    if (key == 46) {
    ….what logic goes here……
    }
    },

    Thanks,
    Kishore

    in reply to: Custom edit of rows Custom edit of rows #24854

    prabhu
    Member

    Thanks for your reply, I went through the keyboard navigation event. How ever how do I disable deleting the row. What is the logic that goes inside which will prevent the row from deleting. A sample code would be of great help.

    Thanks,
    kishore

    in reply to: Disabling tooltip Disabling tooltip #24123

    prabhu
    Member

    Hi Maria,

    Thanks for your reply. I got ypur answer. But is there any way around to override the tooltip message that i show for the rows of a column. My business requirement says that I dont have to show anything over a tooltip up on mouse over. Atleast a work around to override the tooltip message would be of great help.

    Thanks in advance,
    Kishore

    in reply to: Disabling tooltip Disabling tooltip #24120

    prabhu
    Member

    I meant that I have a jqxgrid with many columns and rows. I need to disable tooltip message for all the rows of 1st column. When I enable tooltip ,on mouse over I am shown the value of the cell. But I dont want anything to be shown on mouse over. Please assist.

Viewing 7 posts - 1 through 7 (of 7 total)