jQWidgets Forums
Forum Replies Created
-
Author
-
November 22, 2013 at 8:15 am in reply to: Scrolling in grid doenst work in IE11 (scrollbutton mouse) Scrolling in grid doenst work in IE11 (scrollbutton mouse) #33127
Hi Peter,
Yes, “mouse wheel” is what I meantNovember 21, 2013 at 8:06 am in reply to: show/hide column : jqxDropDownList (checkboxes) show/hide column : jqxDropDownList (checkboxes) #33012Thx… Oh, stupid me… still not working with ” == ” ,but without true/false its working. Easy !
if (item.checked ) { $("#jqxgrid").jqxGrid('showcolumn', 'function');}else{ $("#jqxgrid").jqxGrid('hidecolumn', 'function');}
December 12, 2012 at 5:16 pm in reply to: bindingcomplete, addfilter, filtervalue bindingcomplete, addfilter, filtervalue #12248All works great… but
when setting a filter on grid load, the list-filtertype is set to “Please choose:” not the filtervalue. Something I forgot?Peter, I must say: GREAT support ! Even if we have stupid little questions
December 12, 2012 at 4:36 pm in reply to: Problem with ID's after sorting column Problem with ID's after sorting column #12245Solved it using server-sorting…
Lol… BIG thx for the php integration examples (Just found them. Never clicked before on that ‘PHP’-menu option… stupid me)
Modified my code… and all works smoother now… cool !December 11, 2012 at 5:08 pm in reply to: Localizing the Loading… Text Localizing the Loading… Text #12176Check jqwidgets/resources directory
There you will find the “loading” grid-gifs.December 11, 2012 at 11:39 am in reply to: bindingcomplete, addfilter, filtervalue bindingcomplete, addfilter, filtervalue #12157Thx Peter, so its like I wrote, can not be done by just adding ;
{ text: 'pModel', dataField: 'model_naam', width: '10%',filterable: false, filtervalue: "test" }
(adding: filtervalue: “test” )
I couldnt find a sollution for my second question :Can we remove or rename the ‘Please chose’ option in a list-filtertype?
Hi,
You can implement fpdf (php) to your project :
homepage : http://www.fpdf.org/?lang=enAnd use following xml to pdf script http://fpdf.org/download/xml2pdf.zip
December 6, 2012 at 7:21 am in reply to: Problem with ID's after sorting column Problem with ID's after sorting column #11984Hi,
Think it must be a bug…
I just tried it out with your demo : http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/contextmenu.htm and same problem occurs.
Added to contextmenu.htm:
– jqxgrid.sort.js
– sortable: true, (grid)
– sortcolumn: ‘product’, sortdirection: ‘asc’ (data source)If you now delete a row after sorting a column, another row will be deleted.
December 5, 2012 at 10:25 am in reply to: Problem with ID's after sorting column Problem with ID's after sorting column #11922Hi,
Using the getrowID method.
Ok thanks, going to check that php-server-side-grid-crud.htm -
AuthorPosts