jQWidgets Forums
Forum Replies Created
-
Author
-
November 10, 2014 at 9:26 am in reply to: Passing data with updatebounddata Passing data with updatebounddata #62455
What function should I use to reload the jqxgrid with the new http variables?
November 10, 2014 at 8:50 am in reply to: Passing data with updatebounddata Passing data with updatebounddata #62452hi Dimitar,
Does that mean I have to reload the source any time I need to pass an updated extra http variable?
October 2, 2014 at 7:39 am in reply to: updatebounddata on form submit updatebounddata on form submit #60513Hi Peter,
Thanks for the prompt response, it still doesnt update the datagrid after reaching the submit of the form is called any ideas as to why?
Best Regards,
KorvussOctober 1, 2014 at 2:35 pm in reply to: updatebounddata on form submit updatebounddata on form submit #60465Here is a code sample:
$("#jqxButton").bind('click', function () { $('#hex').val(selected_row_data); $("#qxgrid").jqxGrid('clearselection'); selected_row_data = []; $('#event_grid').submit(); $("#qxgrid").jqxGrid('updatebounddata'); });
Hi Peter,
That example applies it to only one cell, how do i propegate it to all cells in a row?
Regards,
Korvussthanks I will work around it in that case.
Is there any way around this?
Oh i forgot to add , when checked it checks every page which is not what I expected. I expected it to check only the rows on the page I am currently on.
hi Peter,
That worked perfectly thanks!
Regards,
KorvussSeptember 17, 2014 at 2:48 pm in reply to: Jqxgrid filter list issue Jqxgrid filter list issue #59653Hi Peter,
I managed to get around it actually by passing another ajax call and overwriting the filter options using read:function() inside the jqxGrid initialisation.
Thanks anyways,
Korvuss
September 16, 2014 at 10:21 am in reply to: Jqxgrid filter list issue Jqxgrid filter list issue #59563I should note that im using pagination and I think this is where the issue lays.
September 16, 2014 at 10:20 am in reply to: Jqxgrid filter list issue Jqxgrid filter list issue #59562I have server side filtering implemented using the documentaition and working the issue is that the drop down list doesnt pick up on all possible values for the column which is my issue. I was thinking of possibly passing just the countries via json and forcing them into the filter but this to me seems like a dirty way of doing it.
September 16, 2014 at 9:56 am in reply to: Jqxgrid filter list issue Jqxgrid filter list issue #59559Hi Peter,
It doesnt seem to work for server side filtering saddly. Im not sure if im doing somethign wrong here.
September 16, 2014 at 7:44 am in reply to: Jqxgrid filter list issue Jqxgrid filter list issue #59546Hi Peter,
Thanks for the response. Can that be loaded dynamically with the distinct values for the filter?
-
AuthorPosts