jQWidgets Forums
Forum Replies Created
-
Author
-
September 16, 2017 at 8:02 am in reply to: why include jquery libraries in index.html why include jquery libraries in index.html #96067
I understood thanks for reply
September 16, 2017 at 7:46 am in reply to: why include jquery libraries in index.html why include jquery libraries in index.html #96064Ah sorry, i mean javascript files … why we must include them into the index.html ? why we do not just use pure typescript component by importing theme ?
because all descendent pages that do not need those javascript files are included. how to avoid this please.
RegardsI think it is too late to reply to this problem , but i will give the solution for anyone having same problem.
Its true that keyboard restriction done by the Bootstrap’s modal.
So what you need to do is to bind data to a jqwidget element after the bootsrap modal has been shown.
example JQXGRID:$("#idModalBootstrap").on('shown.bs.modal', function (e) { $("#idJqwidgetElement").jqxGrid({source: DATA }); });
March 22, 2017 at 2:09 pm in reply to: jqxGrid + Bootstrap 3.2.0 modal – filtering input 'text' box is not focusing jqxGrid + Bootstrap 3.2.0 modal – filtering input 'text' box is not focusing #92383I think it is too late to reply to this problem , but i will give the solution for anyone having same problem.
Its true that keyboard restriction done by the Bootstrap’s modal.
So what you need to do is to bind data to a jqwidget element after the bootsrap modal has been shown.
example JQXGRID:$("#idModalBootstrap").on('shown.bs.modal', function (e) { $("#idJqwidgetElement").jqxGrid({source: DATA }); });
March 14, 2017 at 10:36 am in reply to: jqxGrid BUG checkedlist filter lost (select all) jqxGrid BUG checkedlist filter lost (select all) #92227Thanks Hristo for your reply.
My solution is : downgrade from 4.5.0 to 4.3.0 and waiting for the next release , hope they will fix this.
Regards.March 13, 2017 at 2:03 pm in reply to: jqxGrid BUG checkedlist filter lost (select all) jqxGrid BUG checkedlist filter lost (select all) #92206Please anyone can help ?
Hi Hristo thanks for your reply,
You found me i just start working how to show a tooltip when i hover on row to show a text of specific column.
Tooltip solution is good for me.
Regards.January 12, 2017 at 2:36 pm in reply to: JqxGrid filterrow checkedlist JqxGrid filterrow checkedlist #90539I have no luck when i search for items that i want to check the old checked items become uncheked.
January 12, 2017 at 2:24 pm in reply to: JqxGrid filterrow checkedlist JqxGrid filterrow checkedlist #90538Hi Peter thanks for your reply.
i resolved the problem by doing this:createfilterwidget: function(column, columnElement, widget) { widget.jqxDropDownList({ dropDownWidth: 300,filterable:true }); }
December 21, 2016 at 9:14 am in reply to: jqxScheduler disable focus jqxScheduler disable focus #90018Thanks Peter now i understood.
Hi Dimitar,
Thanks for your help , yes i did this and it works.
Regards.The problem is my requirements must use the autorowheight.
I cant disable it.
Regards.December 9, 2016 at 12:11 pm in reply to: jqxDataTable responsive width in bootstrap modal jqxDataTable responsive width in bootstrap modal #89719i tested again without refreshing the data but the problem does not resolve. (NOTE: i used jqxGrid and works good but my needs is jqxDataTable)
October 12, 2016 at 2:00 pm in reply to: jqxDropDownList select index jqxDropDownList select index #88097Thanks for your reply i will use your solution ! until jqwidgets team fix that bug. thanks bro.
September 30, 2016 at 3:23 pm in reply to: jqxInput issue autocomplete jqxInput issue autocomplete #87827I solved the problem by getting the label using the last query submitted.
Thanks all :)) -
AuthorPosts