jQWidgets Forums
Forum Replies Created
-
Author
-
https://jsfiddle.net/k1xjmLsu/2/
Thank you very much for your help, but it seems there’s a small issue with this example.
The cell enters the edit mode correctly on the first click.
When I click for the second time, the cell enters a strange locked state, preventing any input.
All subsequent clicks, however, work as expected.
Is there a solution? Thank you very muchI’m sorry, I forgot to explain.
my editSettings like this:
editSettings: {
saveOnPageChange: true,
saveOnBlur: true,
saveOnSelectionChange: true,
cancelOnEsc: true,
saveOnEnter: true,
editSingleCell: true,
//editOnDoubleClick: true,
editOnF2: true
},Because it’s not row editing, but rather single-cell editing mode, the example above doesn’t seem to work.
Is there any other way? Thank you very muchApril 26, 2023 at 9:22 am in reply to: how to get dataField in createEditor function how to get dataField in createEditor function #132885Thank you very much for your help!
But if the values in different columns are the same.
I am unable to get the right dataField.
May I ask if there are any other suggestions? Thank you!!!May 20, 2021 at 2:49 am in reply to: How to set the maximum height of a row How to set the maximum height of a row #120160Hello, can you provide another demo link. The above link is only the demo of jqxtree grid after I click on it.
Thank you very muchHello, it’s a status field.
I just want to modify its value. If it is declared as a hideen column, the list will load slowly because of the large amount of data.
But I can’t set cellvalue without a statementShould I use incrementalsearch properties?
Thank you very much for your answer!December 28, 2020 at 12:50 am in reply to: Some questions about checkrow method Some questions about checkrow method #114104Hello Martin,
Can there be a temporary solution to this problem?
I try to get the scroll bar back in the right place, but it will flash the screen and render slowly.
December 25, 2020 at 9:23 am in reply to: Event 'rowClick' does not work properly,When I pinned a checkbook row Event 'rowClick' does not work properly,When I pinned a checkbook row #114098hi
My question is the same as this friend in 2015.
https://www.jqwidgets.com/community/topic/pinned-column-with-rowclickFive years later, have we solved this problem?
thank youDecember 25, 2020 at 12:21 am in reply to: how can I get all the data in paging mode how can I get all the data in paging mode #114097In paging mode, what other ways can I get all the data?
December 17, 2020 at 1:28 am in reply to: Event 'rowClick' does not work properly,When I pinned a checkbook row Event 'rowClick' does not work properly,When I pinned a checkbook row #114033December 17, 2020 at 1:28 am in reply to: Event 'rowClick' does not work properly,When I pinned a checkbook row Event 'rowClick' does not work properly,When I pinned a checkbook row #114032December 17, 2020 at 1:28 am in reply to: Event 'rowClick' does not work properly,When I pinned a checkbook row Event 'rowClick' does not work properly,When I pinned a checkbook row #114031September 1, 2020 at 2:42 am in reply to: How to deal with large amounts of data with TreeGrid How to deal with large amounts of data with TreeGrid #112890Hello Hristo,
I’m sorry my English expression is not very good.
Now the situation is,I need to process a lot of data without paging.
I can’t turn on paging because of business requirements,so the page reaction is very slow.
How can I improve rendering speed?
Expresses I most sincere thanks in this. -
AuthorPosts