Forum Replies Created
-
Author
-
Hi Peter.
I don’t quite understand as it may affect the filter here is working example, after applying the filter function “getUid” works correctly
Example:Best Regards
Gogawould it be correct to take the uid in this way?
function getUid(rowindex) {
return $(“#jqxgrid”).find(‘#contenttablejqxgrid’).find(‘tr’).attr(‘role’, “row”).eq(rowindex).attr(‘data-key’);
}Best Regards
GogaI repeat my question:
how to get the UID first (second, and etc.) visual row after sorting?
I can’t perform a basic task:
– after downloading data from the server I need to sort the TreeGrid and select the first rowit’s your incorrect example of work:
2 Andrew Fuller
8 Laura Callahan
1 Nancy Davolio
3 Janet Leverling
4 Margaret Peacock
5 Steven Buchanan
6 Michael Suyama
7 Robert King
9 Anne Dodsworthif I get the UID of second (or 3, 4, 5 and etc.) visual row I will get the incorrect value:
– for seconr row I get UID=8, and the correct value = 5Hi Peter.
It’s great, apparently I was not careful.
Peter, please tell me how to get the UID first visual row after sorting?Best Regards
GogaHi Peter.
Why irrelevant the topic? I was faced with the same problem.
In the tree there is no link between the visual rows and the data source after sorting.
For example: after sorting, there is no way (through API) to know the UID of the first visual ROW.
It turns out that after sorting it is not possible to work programmatically with TreeGrid.Best Regards
GogaHello.
Interesting bug, after sorting programmatically work with the TreeGrid is impossible.
This bug is fixed or there is a workaround?Best Regards
GogaHi Peter.
Thanks for the response.
Can I disable the internal handler for mouse events?
For implement my own behavior
Best Regards
GogaFebruary 28, 2017 at 7:35 pm in reply to: TreeGrid instead of a double click is triggered click TreeGrid instead of a double click is triggered click #91977Hello Hristo.
Thanks for your reply.
Forgive me, but I am too poorly versed in the work of the internal classes, I didn’t understand what to do
Best Regards
GogaFebruary 28, 2017 at 7:29 pm in reply to: wrongly event rowDoubleClick occurs wrongly event rowDoubleClick occurs #91975Hello Hristo.
>This is a duplicated post
Yes, I agree, but that’s another bug, and it has no solution,
I thought I posted it in the wrong placeBest Regards
GogaFebruary 24, 2017 at 9:23 pm in reply to: TreeGrid instead of a double click is triggered click TreeGrid instead of a double click is triggered click #91868Hello Hristo.
I did not understand the part about the (initTabContent and etc.),
initTabContent – it’s property of jqxTabs
and
bug in jqxTreeGridBest Regards
GogaFebruary 22, 2017 at 11:38 am in reply to: TreeGrid instead of a double click is triggered click TreeGrid instead of a double click is triggered click #91777There is another problem
if you quickly click on the row first left button then right, again unexpectedly, the event fires “rowDoubleClick”
I have a context menu bound to TreeGrid and I often have to do so
February 22, 2017 at 11:19 am in reply to: TreeGrid instead of a double click is triggered click TreeGrid instead of a double click is triggered click #91775Hello Hristo.
Thanks for the suggestion but
if I do it, stops working the button #1 on the toolbar:
http://jsfiddle.net/a5p08brd/5/and I use the theme “fresh”
Best Regards
GogaFebruary 20, 2017 at 4:06 pm in reply to: TreeGrid instead of a double click is triggered click TreeGrid instead of a double click is triggered click #91718Hello Hristo.
http://jsfiddle.net/Ujuf66/a5p08brd/3/
I need to open a new tab by double click.
I want after loading the data to grid, highlighted the first row.if I click on first row for the first time – creates a new tab – this is a bug.
-
AuthorPosts