jQWidgets Forums
Forum Replies Created
-
Author
-
Yes Correct ,
We had bundled the Jqwidget chart and Jqwidget Grid and Jq window all reference together.Once we seperated the bundle according to the functionality it worked thanks.
Will post you on further clarification on chart implementation.Thanks!!!!
December 22, 2014 at 6:01 am in reply to: Jqx grid sort gets called automatically Jqx grid sort gets called automatically #64524Hi ,
Do we have an option of sharing screen online ,So we can share the screen and show you the issue.
Because we used all three Jqwidget item like JqxGrid , JQXwindow and Jqx Splitter.This issue we are not facing in any other screen we are facing only in this screen that is why it is very strange .
Could you please let me know is there any option to have live sharing and explaining the issue Live?December 19, 2014 at 9:51 am in reply to: Jqx grid sort gets called automatically Jqx grid sort gets called automatically #64477I cannot provide the code in Jsfiddle it is highly secured ,So i Have attached the image on which you could see on clicking on column selection itself the sorting gets triggered.
December 19, 2014 at 5:31 am in reply to: Jqx grid sort gets called automatically Jqx grid sort gets called automatically #64435I didnt click on grid header i just clicked on columns menu item where i can choose filter and sorting option ,When i clicked on columns menu item the sort event gets triggered.
It should not happen only when i click on column header or sort in column menu it should call the sort.Please let me know your valuable reply.
December 12, 2014 at 12:46 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 #64144Hi,
I tried using jqxwindow for my requirements. But i see that, lot of inline styles are used for sizing jqxwindow which are mentioned in pixels. Should I overwrite these css styles to fit the jqxwindow to fit browser screen? also, will bootstrap styles not get applied inside jqxwindow? will it conflict with jqx css?
It would be great if i can get some sample that uses jqxwindow that fits browser window, similar to modal form popup.
Please clarify.
December 11, 2014 at 8:54 am 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 #64096I am able to edit and focus on the text input normally using Bootstrap Modal windows, which is not happening here.
Please understand the peculiarity of problem and it is a serious BUG.I have illustrated the issue in the image using the Dev Tools from Chrome.
From the above image, adding value(‘Hello’) using the developer tools should reflect the same in the input(‘Hello’) tag, but in this case it is not happening. Bootstrap doesn’t hold any issues with this, there is basically no key event binding associated with Bootstrap Modal, if so normal input would have malfunctioned.
I am bound to understand that, jqWidgets does not provide compatibility to Bootstrap.
Please Clarify.
December 11, 2014 at 7:16 am 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 #64081I am sorry, I have tightly coupled dependencies on the Bootstrap modal, I believe I can’t discontinue that.
Do you have a solution on solving this issue? I want all input text operational.
I have attached a sample code from your example, representing my problem.
http://jsfiddle.net/yprLbyu7/3/December 11, 2014 at 5:34 am 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 #64068Can anybody update on the issue, I am facing critical issue on filtering
input
text box, I am not able to type. Please help.December 5, 2014 at 8:18 am in reply to: Remove time selection in grid column filtering Remove time selection in grid column filtering #63818thanks nadezhda it is working
December 5, 2014 at 8:17 am in reply to: createfilterwidget in column level filtering createfilterwidget in column level filtering #63817thanks dimitar, it is working
November 26, 2014 at 12:25 pm in reply to: createfilterwidget in column level filtering createfilterwidget in column level filtering #63383updatefilterpanel: function () {
if ($(“.jqx-datetimeinput”).length > 0) {
$(“.jqx-datetimeinput”).jqxDateTimeInput({ formatString: ‘dd/MM/yyyy’ });
}
}
I select ’10/08/2014′(10th Aug 2014) and click on filter. After i get the records and i again open the filter i see ’08/10/2014′(8th Oct 2014) being selected.November 26, 2014 at 8:13 am in reply to: createfilterwidget in column level filtering createfilterwidget in column level filtering #63352thanks dimitar. You saved a lot of time. I have one more issue. I select the date in the datepicker as dd/mm/yyyy but after i apply filter it is changed to mm/dd/yyyy. I’m not sure why it is getting changed
November 25, 2014 at 12:26 pm in reply to: Remove time selection in grid column filtering Remove time selection in grid column filtering #63281i’m using the filter menu which contains less than greater than options and and/or operator. I dont need time selection in that date picker. Please advice
November 25, 2014 at 11:19 am in reply to: Remove time selection in grid column filtering Remove time selection in grid column filtering #63274may be you can help me in setting the createfilterwidget method to the jqxgrid after grid initialization
November 25, 2014 at 10:58 am in reply to: Remove time selection in grid column filtering Remove time selection in grid column filtering #63270hi nadezha,
Still i’m able to select the time in the date time picker inside the column filter. I’m setting the cells format using the setcolumn property. Is it because of that?
-
AuthorPosts