jQWidgets Forums
Forum Replies Created
-
Author
-
hi!
can u give me an example how to do that by JavaScript?
i tried the focus method and other things but nothing worked.
regards
petzihi!
i understand that one needs an active selection.
i tried that by manipulating your demo files.
there is a file called filtering.htm in your demos/jqxgrid folder.
i just replaces addfilter() with $(“#jqxgrid”).jqxGrid(‘selectrow’,0); to select the first row instead of adding a filter.
the row is selected but i cannot reach it by keyboard.
i did this also to the file filterrow, where it worked more or less (if i am in the grid pressing tab will not automatically move me out of the grid. try to enable the cared navigation to check this).
in a file of my own where ther is a filter-row only the filter row ist accessible thoug i select a row by JavaScript.
when i click into the grid then the filter-row ist not accessible by keyboard anymore and pressing tab will set the focus to the grid.
any suggestions?regards
petzihi peter!
my problem is, that no blind user will actually use the mouse.
so there will be no initial click or a focus on the grid!
do i need to select a grid-row by javascipt in order to use the grid?
regards
petziNovember 15, 2013 at 11:05 am in reply to: jqxGrid Load/Save states and Filtering jqxGrid Load/Save states and Filtering #32708Hello Peter!
I don’t fully understand your answer. Could you please explain again?
Hello Peter, thanks for the fast reply!
So first problem solved, thanks!
But is there a way to detect the rightmouse button, instead of just the left?
I found that the event ‘rowclick’ has ‘rightclick’ but columnclick doesn’t.November 8, 2013 at 3:05 pm in reply to: Ajax calls with credentials Ajax calls with credentials #32275Hi!
I’ve read this article. Thats how I learned about the loadServerData-Function.
But I don’t want to handle everything by myself.
I tried to manipulate the jqXHR-Object in the beforeSend-function but this didn’t work.
By the way: When I use loadServerData beforeSend is never called.
Is there another way to pass the xhrFields to the ajax call?
Regards
PetziNovember 8, 2013 at 12:54 pm in reply to: Ajax calls with credentials Ajax calls with credentials #32263Hi Peter,
but how does the builtin logic recognize/parse the json-reply?
Is there a possibility to call the builtin logic?
I cannot find anything in your min-file.
Regards
Petzi -
AuthorPosts