jQWidgets Forums
Forum Replies Created
-
Author
-
May 20, 2015 at 7:45 am in reply to: beginUpdate with child expandRow beginUpdate with child expandRow #71322
Hi Peter,
I’m sorry, the example fiddle link is not on the previous comment. Here it is: http://jsfiddle.net/dF9j2/9/
In this example, with no beginUpdate, works properly: http://jsfiddle.net/dF9j2/10/
Regards.
April 24, 2015 at 8:49 am in reply to: TreeGrid with context jqxMenu won't close menu TreeGrid with context jqxMenu won't close menu #70228Thanks, it works perfectly!
April 22, 2015 at 8:54 am in reply to: Arrow keys not working after clicking on collapse/expand triangle Arrow keys not working after clicking on collapse/expand triangle #70140The solution of invoking the selectRow method when colapsing or exapnding is not very clean as it changes the behaviour.
If you select the row 1 and expand row 2 by mouse, row 1 is still selected, with this workaround if you select row 1 and expand row 2 by mouse, row 2 is selected and rowselect event is launched.
Is there a real solution that doesn’t change the behaviour?
Thanks
April 3, 2014 at 11:18 am in reply to: Selection is not updated when using updatebounddata Selection is not updated when using updatebounddata #52502Hi,
thank you, it’s an option I’ve already considered, but the fact is that I don’t want to clear the selection, I need it to be updated. I know that in my example the data is replaced completely but in my scenario this is not what happens and I want that the remaining rows after updating keep their selection state. Is this possible in any way?
Thank you again.
March 13, 2014 at 11:20 am in reply to: Performance issues when updating the grid Performance issues when updating the grid #51004And to avoid the complete visual rows redrawn when begincelledit and endcelledit? It is posible to redraw only the row/cell being edited?
Thanks
March 13, 2014 at 10:44 am in reply to: Performance issues when updating the grid Performance issues when updating the grid #51000Hi Peter,
But the refresh applies to all visiblerows , so then all visible rows are redrawn isn’t it? I meant, the jqxgrid is not fully rendered but the rows are.
Could you tell me the fastest way to update only the desired row/cell without or minimizing the complete redrawns?
Thanks
March 13, 2014 at 9:02 am in reply to: Performance issues when updating the grid Performance issues when updating the grid #50984Ok,
So just to be clear, there is no way to avoid re-rendering all visible rows/cells every time that a cell begins and ends edition mode?
How should we update a cell/row value without render all again?
Thanks in advance.
In the same line, I want to get the checkbox element in a cell row when grid is in checkbox selection mode to disable this default checkbox rendered by the grid in a disabled row. The problem is that I’m not able to get this cell or this element. Could you guide me please?
Wow, thank you. Today it’s not my search and find day…
February 12, 2014 at 6:48 am in reply to: grid scroll valuechanged event grid scroll valuechanged event #49352Ok, sorry for posting the code. I will have EULA in mind when posting code.
Ok, I now understand what you mean. I thought it would behave as in non virutal mode when there are less rows than the grid can render (blank space without emty rows).
Thank you.
The problem is that I do return the required amount of rows requested by the Grid (8 in the example, hardcoded in generateData() and in totalrecords property in source object used by dataAdapter), and it still shows empty rows.
December 16, 2013 at 2:05 pm in reply to: Keyboard navigation in virtual mode. Keyboard navigation in virtual mode. #46602I know, but it’s the key navigation that makes the grid lose its focus.
That’s right, the only thing I’m saying is that API documentation is out of date and as I wrote in my first post, when you programmatically unselect a row in multiple row selection mode and select a row with getselectedrowindex method, you don’t get a correct value. Instead you get a -1. Try it.
Anyway, I won’t use this method with multiple row selection mode.
Regards.
I understand. In fact it’s what I’m doing in my code but in the API documentation says:
getselectedrowindex Method
The expected selection mode is ‘singlerow’, ‘multiplerows’ or ‘multiplerowsextended’
Gets the bound index of the selected row. Returns -1, if there’s no selection.So I guess my confusion comes from here.
Thank you for your time.
-
AuthorPosts