jQWidgets Forums
Forum Replies Created
-
Author
-
June 12, 2015 at 1:30 pm in reply to: Checkbox column not editable Checkbox column not editable #72425
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?June 12, 2015 at 10:51 am in reply to: Checkbox column not editable Checkbox column not editable #72413Anything 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.
June 12, 2015 at 7:53 am in reply to: Checkbox column not editable Checkbox column not editable #72395I 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.June 12, 2015 at 7:31 am in reply to: Paste value in keyvalue column (dropdownlist) Paste value in keyvalue column (dropdownlist) #72386Hi Ivailo,
Is there anything we can do? Like open a support ticket or something to make that possible?
June 12, 2015 at 7:30 am in reply to: Paste value in numbercolumn with format "d" Paste value in numbercolumn with format "d" #72384Hi 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?June 11, 2015 at 1:57 pm in reply to: Paste value in keyvalue column (dropdownlist) Paste value in keyvalue column (dropdownlist) #72349Strange, 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 valuesAny ideas how?
Thanks.June 11, 2015 at 11:46 am in reply to: Checkbox column not editable Checkbox column not editable #72333Bump.
Any news on this issue?June 10, 2015 at 2:58 pm in reply to: Checkbox column not editable Checkbox column not editable #72277Hi 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
June 10, 2015 at 7:16 am in reply to: Horizontal scrollbar – messed up headers Horizontal scrollbar – messed up headers #72262I 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
June 2, 2015 at 3:25 pm in reply to: Grid cell paste value ( in IE ) Grid cell paste value ( in IE ) #71926Hi 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
June 2, 2015 at 8:21 am in reply to: Grid cell paste value ( in IE ) Grid cell paste value ( in IE ) #71895Hi 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
May 27, 2015 at 10:52 am in reply to: Checkbox column not editable Checkbox column not editable #71639Render works.
Great, thanks for your fast reply.Hi Ivailo,
Any news on this issue?
May 27, 2015 at 9:29 am in reply to: Checkbox column not editable Checkbox column not editable #71634Hi 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 editableThis 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
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…
-
AuthorPosts