jQWidgets Forums

Forum Replies Created

Viewing 4 posts - 46 through 49 (of 49 total)
  • Author
    Posts
  • in reply to: Edit mode in datatable Edit mode in datatable #78254

    emberq
    Participant

    Thanks, here is the fiddle: http://jsfiddle.net/emberq/w82qyqjj/2/

    The issues I have are:

    1. Checkbox doesn’t display in the first column. It shows for an instant then is wiped.
    2. The controls do not go into edit mode. A double-click is still needed.

    My goal is to create a table that always has a blank, editable row open at the bottom. Hope this is possible.

    in reply to: Edit mode in datatable Edit mode in datatable #78219

    emberq
    Participant

    I tried that and for the input fields I’ve got on that row (checkbox, dropdownlist and input) I do not see any change in appearance. For example I expect to see the dropdownlist with the default “Please select” showing. For the input I do not see the white input box.

    These are mostly custom edits.

    Thank you.

    in reply to: dynamically load a view dynamically load a view #75677

    emberq
    Participant

    OK I see that getting the HTML out of the grid and setting it in the tab is not going to work because I think the event handlers are not coming with the HTML.

    I need to try your idea for the append but I’m not sure I understand what and how to “initialize” the element in the DOM. Somehow I need to create an empty grid, not have it displayed, and then when I create a new tab have it displayed with all its handlers in that tab.

    Thanks for the assistance again.

    in reply to: dynamically load a view dynamically load a view #75673

    emberq
    Participant

    Hey, thanks – what I’m trying to do is use jqxTabs setContentAt() method and put my jqxGrid there but that tab method is expecting HTML code. So one way to proceed I suppose is to get the HTML associated with my Grid and pass it there. But there does not seem to be a method for getting the entire HTML associated with the Grid. The export only exports row data to HTML.

    BTW, if there is a better way for me to do this I’m all ears.

    Thank you.

Viewing 4 posts - 46 through 49 (of 49 total)