jQWidgets Forums

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • in reply to: Checkbox column not editable Checkbox column not editable #72425

    flehmann
    Participant

    Hi Peter,
    We bought a subscription with Platinum Support, so I was hoping I would get a better answer than “don’t use a checkbox column”.

    What about the other options I mentioned?
    -remove the checkbox column and use a custom renderer to add a checkbox?
    -catch the cellselected event and manually alter the checkbox?

    in reply to: Checkbox column not editable Checkbox column not editable #72413

    flehmann
    Participant

    Anything else we can do?
    Like open a real support ticket?

    Or remove the checkbox column and use a custom renderer to add a checkbox?
    Or catch the cellselected event and manually alter the checkbox?

    And don’t get me wrong, I dont care about that stuff, but the customer does.

    in reply to: Checkbox column not editable Checkbox column not editable #72395

    flehmann
    Participant

    I could really need some help on this one.
    The waitin time of 4+ seconds is too much. Also the loadingscreen does not show in this time, even if I tell the grid to do so.


    flehmann
    Participant

    Hi Ivailo,

    Is there anything we can do? Like open a support ticket or something to make that possible?


    flehmann
    Participant

    Hi Peter,

    Sadly 4,5 is NOT an invalid number for german localization.
    Also I do not wont to copy from another column. I cant copy from either excel or the same column.

    Anyhow: As I said I checked the jqxgrid.selection.js file and added the missing if-case, now it works.
    Will there be an update for that?


    flehmann
    Participant

    Strange, its not working for me.
    Neither on FF not in IE.

    Maybe we are talking about something else:
    I do not want to paste a single value into the combobox after it is opened.
    I want to paste into a selected cell (not in edit mode yet!)
    Also, I want to be able to paste multiple values in several marked cells. (like excel behaviour)

    Step 1. set selectionmode to multiplecellsadvanced
    Step 2. mark two or more countries and copy their value
    Step 3. mark two or more different countries
    Step 4. paste and overwrite values

    Any ideas how?
    Thanks.

    in reply to: Checkbox column not editable Checkbox column not editable #72333

    flehmann
    Participant

    Bump.
    Any news on this issue?

    in reply to: Checkbox column not editable Checkbox column not editable #72277

    flehmann
    Participant

    Hi Peter,
    Smee again.

    As per your solution we are using “render” to enable the checkbox columns.
    Alas the customer complained he has to wait too long to enable the editing.
    And he is right. When enabling the list and calling render, you have to wait for about 4 seconds until the grid reacts.
    When I leave out the call to render, it is editable in an instant (but without the checkboxes)

    Is there any other solution we can use to enable the checkboxes?

    Thanks


    flehmann
    Participant

    I presume its the “enablecolumnsvirtualization=false” that solves the problem?
    Tested it a little and it works so far.

    Anyhow, is there a simple method to remove the scrollbar without knowing the width of all the columns?

    Thanks


    flehmann
    Participant

    Hi Ivailo,

    Please dont be mad at me, but I checked the jqxgrid.selection.js and found the problem.
    Basically the delayed method that is called after the paste is called twice for IE.
    The first time is too fast. IE’s paste is not yet completed. So the method cannot receive any value (from the hidden textarea)
    The method then removes the hidden textarea, swaps focus etc.
    So the second time, when the value would be there, it cannot complete anymore.
    A quick fix would be to let the function check if it already received a value and exit if not.
    That would work in my case.
    But obviously that would prevent the paste method to really paste empty values, so I understand that this solution is not really an option to be included in the next release.

    According to the EULA I may keep this change in my version as long as I keep it obfuscated, right?

    – You may examine, debug and introduce modifications to the Software and its source code in order to provide better integration with your web sites, applications or other products. You may incorporate the original or modified version of the Software within your products but only in minified (obfuscated) format.

    Thanks


    flehmann
    Participant

    Hi Ivailo,

    Copy to clipboard is working. With or wihtout prompt, so basically the setting should be correct.
    Still I cannot paste to the grid.
    Funnily once every ten times it works and I dont know why.

    I need a definite answer for my customer.

    Thanks

    in reply to: Checkbox column not editable Checkbox column not editable #71639

    flehmann
    Participant

    Render works.
    Great, thanks for your fast reply.

    in reply to: Vaidation on number column Vaidation on number column #71635

    flehmann
    Participant

    Hi Ivailo,

    Any news on this issue?


    flehmann
    Participant

    Hi Peter,

    Suddenly the checkbox column is not working anymore.
    It took me another two hours, but now I could find it:
    The autosize setting disables the checkbox column.

    Please see the fiddle:
    https://jsfiddle.net/frpuwba3/2/

    1) The grid is set to be not editable.
    2) Click “enable edit” button
    3) all cells but quantity (thats correct) and the “cool” checkbox column are editable

    This is rather urgent, because it really makes the grid unusuable for the customer.
    I am afraid that if the customer finds one more error he will cancel the whole project.

    Thanks for your help

    in reply to: Vaidation on number column Vaidation on number column #71585

    flehmann
    Participant

    Hi,

    We are getting close, but still…
    Now the basic validation (remember, thats what it is all about) is not working anymore.
    I can enter “asd” it gets converted to “0” and I wont have any validation for it.

    I am really sorry, but thats what I am fighting with for days…

Viewing 15 posts - 1 through 15 (of 23 total)