jQWidgets Forums
Forum Replies Created
-
Author
-
December 1, 2016 at 12:15 pm in reply to: Disable Sorting after Cell Edit in Grid Disable Sorting after Cell Edit in Grid #89473
Hi Dimitar,
correct, but when the user exits from the edit mode the jump due to the sorting is still happening, not allowing to see the edited row.
I was looking for a way to completely remove the automatically sorting after edit. I need sorting to happen when the user needs it (clicking on sort icons in column header), so the user is in control of what happens.
Same as it is possible to hide/show the sorting menu: it is configurable as not always needed/wanted.Also, the editmode must be ‘click’ in my case.
Regards,
IoanaNovember 30, 2016 at 11:25 am in reply to: Disable Sorting after Cell Edit in Grid Disable Sorting after Cell Edit in Grid #89442Hi Dimitar,
the proposed solution does not seem to work.
I have changed one of your fiddle, see http://jsfiddle.net/ioana_v/qvm07q3u/1/ and used editmode: ‘selectedrow’.
Am I doing something wrong? Or this will not work together with selectionmode: ‘singlecell’?
In my case the selectionmode must be ‘singlecell’. Any other ideas?Regards,
IoanaNovember 30, 2016 at 9:31 am in reply to: Disable Sorting after Cell Edit in Grid Disable Sorting after Cell Edit in Grid #89437Hi Dimitar,
thank you, I’ll try it.
Regards,
IoanaNovember 29, 2016 at 1:46 pm in reply to: Disable Sorting after Cell Edit in Grid Disable Sorting after Cell Edit in Grid #89400Hi Dimitar,
thank you for answering. Unfortunately in a scenario where a user is editing such a cell, then using the keyboard (tab key for example) navigates to the next cell with the intention to edit it – it can no longer see the cell to edit (if for example the Grid has a scrollbar).
Still hoping that there is a way to “trick” this…
Regards,
IoanaSeptember 19, 2015 at 4:20 pm in reply to: z-index for pinned columns z-index for pinned columns #76020Here’s a screenshot illustrating the bug by using a Grid sample you (jqWidgets) provide.
September 19, 2015 at 3:40 pm in reply to: z-index for pinned columns z-index for pinned columns #76016Hi Vladimir,
the other things are also grid things, and even more difficult to change, cause I must be aware of the z-index of the cell, the cell editor and the pinned cell.
Anyway, I also tried this (change the parent() for the input text on createeditor/initeditor), but it is also not working well.Which is why I asked for your help.
So, giving the new information, can you please help? Eventually by using the attached fiddle?Regards,
IoanaSeptember 18, 2015 at 2:55 pm in reply to: z-index for pinned columns z-index for pinned columns #75981Here is the fiddle to better explain the problem:
https://jsfiddle.net/ioana_v/nrf6q9nL/3/Steps to reproduce:
* increase the size for the “Boston” column so much that a scrollbar is visible
* double click in the cell “Population / Boston” – the editor is visible
* use the scrollbar to scroll to right
The editor is overlapping the pinned column, and it should not.My solution was to increase the z-index for the pinned column, but it is not working well.
Please help if possible.
Regards,
IoanaJune 17, 2015 at 3:44 pm in reply to: Editable cells and button in Grid Editable cells and button in Grid #72647Hi Peter,
so features are dropped between the versions? Is this documented in migration notes?
There is no information on this page that this is no longer supported, no version is specified either.Regards,
IoanaJune 17, 2015 at 3:29 pm in reply to: Editable cells and button in Grid Editable cells and button in Grid #72645Hi Peter,
from http://www.jqwidgets.com/custom-grid-cells-rendering/ I understand something else. Am I missing something?
Regards,
IoanaJune 16, 2015 at 8:28 am in reply to: setcellvalue on cellvaluechanged is breaking the tab navigation setcellvalue on cellvaluechanged is breaking the tab navigation #72561Entire Grid is in edit mode.
1. first cell selected, value changed
2. tab key used to go to next cell, in order to edit it.The second cell is selected and visually in edit mode, yet the value can not be edit. Only in Internet Explorer.
June 16, 2015 at 8:11 am in reply to: setcellvalue on cellvaluechanged is breaking the tab navigation setcellvalue on cellvaluechanged is breaking the tab navigation #72554Hi Peter,
in Chrome and Mozilla works fine, as I stated before, but in Internet Explorer after the cell value changed and the next cell (using tab key) is selected and in edit mode, the user can not edit.
The http requests are async.Any idea on this?
Regards,
IoanaJune 16, 2015 at 7:36 am in reply to: setcellvalue on cellvaluechanged is breaking the tab navigation setcellvalue on cellvaluechanged is breaking the tab navigation #72544Super, it works!
Regards,
IoanaJune 16, 2015 at 7:23 am in reply to: setcellvalue on cellvaluechanged is breaking the tab navigation setcellvalue on cellvaluechanged is breaking the tab navigation #72540Hi Peter,
thank you. I am trying this right now. The information about the row I have in the
updaterow
parameters, but how can I get the information about the column? I need to identify the current cell.Regards,
IoanaMay 21, 2015 at 10:05 am in reply to: Grid error on cell validation for one row Grid Grid error on cell validation for one row Grid #71393Hi Dimitar,
thank you.
Regards,
IoanaMay 18, 2015 at 9:35 am in reply to: Grid error on cell validation for one row Grid Grid error on cell validation for one row Grid #71221Hi Dimitar,
thank you for your answers and for proposed solutions.
Ifautoheight
istrue
then there should be enough space for the error message to be displayed. Is this not the purpose for this attribute?
I need to set autoheight true.I can not start a refactoring (as you suggested) without being sure that it will work as expected. And it will not.
Please provide a solution for this problem if possible.
Thank you,
Ioana -
AuthorPosts