jQWidgets Forums
Forum Replies Created
-
Author
-
June 13, 2013 at 8:03 pm in reply to: increasing width of checkedlist filtertype drop down window increasing width of checkedlist filtertype drop down window #23112
let me know if my question is not clear.
{ text: ‘Strategy’, dataField: ‘colStrategy’, width: 80, cellsalign: ‘left’, filtertype: ‘checkedlist’}
above is a sample code. the column size is 80. the drop down filter window width is also 80.
is there any way to increase the width of drop down menu without increasing column width ?April 11, 2013 at 7:46 pm in reply to: Export to excel – Numbers stored as text Export to excel – Numbers stored as text #19086let me know if you have a solution to this.
April 11, 2013 at 4:27 pm in reply to: Export to excel – Numbers stored as text Export to excel – Numbers stored as text #19082i had it as float. i changed it to ‘number’.
but the issue still remains. number gets stored as text.
i am using jqwidgets-2.6.March 22, 2013 at 8:19 pm in reply to: calendar shows behind popup window calendar shows behind popup window #17807on further thoughts, this is a problem with jqwidgets-2.7.
March 22, 2013 at 8:00 pm in reply to: calendar shows behind popup window calendar shows behind popup window #17805this is happenning when using jquery-1.8.3.min.js with jqWidgets-2.7.
it got resolved after downgrading jquery to 1.8.2.March 22, 2013 at 1:51 pm in reply to: defaultHtml argument is undefined in cellrender defaultHtml argument is undefined in cellrender #17764that was a mistake i made while pasting the code here.
the problem still remains but seems to me its more of a jquery issue that jqwidget issue.
Thanks Peter.March 20, 2013 at 9:10 pm in reply to: Supprress updaterow function invoked from cell Supprress updaterow function invoked from cell #17579to be a little more clear :-
i have a success function defined within ajax call which refreshes the grid. and its the success function that is getting called when i check/uncheck the cell and therefore loses its value.var source = { ... ... updaterow: function (rowid, rowdata, commit) { $.ajax({ success: function (data, status, xhr) { // this function is getting called } }); }
March 12, 2013 at 8:03 pm in reply to: Altering one column based on value of another Altering one column based on value of another #16868this is jqxButton, so as i see, it cannot be disabled.
hi Peter
thanks for the quick reply.
it turns out that cellsformat should be ‘d’ instead of D and type is not required.
export works fine.thanks.
January 17, 2013 at 11:22 pm in reply to: Updating grid – synchronizing with server Updating grid – synchronizing with server #13825i just found that the page “Server Side Editing with jqxGrid using PHP and MySQL” has most information that i need.
ignore this topic.
Thanks.January 11, 2013 at 3:18 pm in reply to: filter row search as "equal" instead of "contains" filter row search as "equal" instead of "contains" #13518thank you very much. this really helped.
by default, a filter text box shows up on top of all columns.
is there a way to selectively place filter text box only on some columns ?
there is a “showfiltermenuitems” option but the documentation is not clear what exactly it does.January 9, 2013 at 7:56 pm in reply to: source csv is being cached source csv is being cached #13394the source has an option to disable cache. this should be in the documentation. otherwise calling updatebounddata, refresh, refreshdata etc is of no use.
-
AuthorPosts