jQWidgets Forums

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts

  • Dartagnan
    Participant

    I’d appreciate that. Here is an excerpt http://jsfiddle.net/UbK74/57/

    To see the issue, double click on 2nd column cells. Cell number 2 should show the combobox while other cells in that column should allow for simple text input. Notice how double clicking sometimes highlights other cells and doesn’t put the cell into edit mode?


    Dartagnan
    Participant

    Sadly, I’m losing hope in jqxWidgets, I ran into “jqxInput: Missing Text Input in the Input Group” while trying to use jqxinput as default editor for other cells. I saw the post http://www.jqwidgets.com/community/topic/need-help-with-jqxinput-in-jqxgrid/ which solves the error message problem. However, cells aren’t maintaining input and multiple cells get highlight or selected after clicking on cell. Somehow, it seems I have to override entire behaviour if using custom editor which sucks.

    Is there simple solution to the my goal which is to simply use the default editor for each cell except one cell which should be combobox cell in a grid???


    Dartagnan
    Participant

    Hi Dimitar,

    I checked out the example and implemented it. It seems bit buggy as it requires to provide an editor for each cell. I only want to provide combobox editor for one cell in the table. If I don’t provide other editors when I cannot enter values in the the other cells after double clicking (I’m assuming they don’t have the default cell editor). How can I provide the default cell behaviour (or editor)??

    Thanks,
    Dartagnan

    in reply to: manually trigger cell click manually trigger cell click #63320

    Dartagnan
    Participant

    Nevermind, I figured it out.

    in reply to: manually trigger cell click manually trigger cell click #63236

    Dartagnan
    Participant

    Anyone with pointers on this? Please?

    in reply to: manually trigger cell click manually trigger cell click #63186

    Dartagnan
    Participant

    Thanks Peter, that works. However, it always highlights entire text in the cell.

    Is there a way to unhighlight cell text (while in edit) and set cursor at end of text line? Pretty much what I’m trying to do is use a cell as text entry. For example, the cell has “Enter value: “. I want to dynamically click that cell and set cursor at end of text so that new value is entered in that cell. If there is better way to achieve this prompt I’m all ears.

    Thanks.


    Dartagnan
    Participant

    I got it to work partially. I’m trying to indent content of one column so cellclass() returns this style:
    .LeftIndent
    {
    margin-left: 24px;
    }

    It works, however, the content of adjacent column (to the right) is now shrunk by 24px.

    How can I solve this indent problem?

    Thanks.


    Dartagnan
    Participant

    Peter,

    I understand that it’s different product. Would you please provide information on how to extend jqxGrid so that it’s possible to have this feature supported?

    Otherwise, I would have to drop using jqxWidget and find different framework.

    Regards,
    |D

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