jQWidgets Forums
Forum Replies Created
-
Author
-
thanks Ivalio your example worked like a charm.
in a scenario where i have virtualmode on wwith server side paging and sorting active
How can i achieve the same target?
(i need to group just the displayed data)fabio
thanks Ivalio
in my scenario the grouping column will be choose by users, sorry i forgot to mention that in the original question.
so i think i need an event to catch to apply the new order, is it right?
if yes which event?fabio
October 15, 2015 at 12:59 pm in reply to: Local FIltering with virtual mode true Local FIltering with virtual mode true #76912hello dimitar
thanksok i’ll test it in the newxt few days
thank you Mariyafabio
i’m using 3.0.4
fabio
Thanks Mariya
it’s almost ok.
just it does not reset the sorting info.now i’m doing that
$(“#jqxgrid”).jqxGrid(‘source’,
new $.jqx.dataAdapter(
source
, {
contentType: ‘application/json; charset=utf-8’
, loadError: function (xhr, status, error) {
alert(error);
}
}
)
);setting keyboardnavigation:false
solved the issue.fabio
Maybe a live example can help.
January 8, 2014 at 1:40 pm in reply to: show wait element during grid navigation show wait element during grid navigation #47541hi peter thanks for your help.
I’ve done what you suggest plus a little workaround , our issue not grid related and now is working.
don’t worry about the grid declaration, it’s not the complete code, i’ve removed columns definition
datasource ecc, i thought they were not necessary.
sorry if not.fabio
January 8, 2014 at 10:19 am in reply to: show wait element during grid navigation show wait element during grid navigation #47532thanks peter
ok for hiding the loading element.
But i’m trying to display the loading block with no luck, wich event do i have to use to display the loading
element?fabio
January 8, 2014 at 9:59 am in reply to: show wait element during grid navigation show wait element during grid navigation #47529hi peter
thanks for your answer
just because we’re using ie7 the rendering is a bit slow, so we’re using the ready : on the grid to hide the load img.
the real problema now i that when i navigate the grid, es: go to next page the loading element is not showing up
and i don’t understant why.Fabio
hi peter
i’ve already used this example
what is missing is which handler manage fo changing page in navigation ,ex: go to page x
handler to manage for changing page size.regards Fabio
just to be clear,
the real help will be knowing which handler must be attached to the elements
when i switch current page, change the page size,ecc…fabio
ok
Looking at my requirements, they look like the std. paging bar plus some style variation and a couple of things.
so i was searching for an example of the std paging bar implementation.It will be really usefull.
fabio
found by myself sorry i didn’t look at the bottom of the page.
sorry
-
AuthorPosts