jQWidgets Forums
Forum Replies Created
-
Author
-
July 7, 2016 at 6:52 am in reply to: More than 2 properties in the Button settings object causes additional div More than 2 properties in the Button settings object causes additional div #85593
Hi todd.cochran,
thank you for your feedback. We’ve created a work item for this issue.
Best Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comJuly 6, 2016 at 5:56 am in reply to: show draggable element outside jqxPanel show draggable element outside jqxPanel #85583Hi Anthony Chan,
I understand you completely, but unfortunately it’s not possible to see the dragged object outside if it’s parent. There are two ways to do it:
1) Change the height of the jqxPanel so the elements are visually in it and use “overflow:visible” to see the elements when they are being dragged outside of the parent(the jqxPanel).
2) Create the draggable object outside of the jqxPanel so they are not limited to the jqxPanel view.Best Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comJuly 5, 2016 at 2:22 pm in reply to: reload of grid data loses font size reload of grid data loses font size #85574Hi rrodini,
to change the font size of the grid you need to define a custom “cellsrenderer” function. You can read more about it here:
http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-cellsrendering.htmAnother possible solution is to apply the property “font-size” to the class “.jqx-grid-cell” through your CSS files.
Best Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comHi ksaidi,
there isn’t a way to make the jqxExpander expand horizontally. However you can accomplish what you want to do with a jqxRibbon. Here is an example:
https://www.jseditor.io/?key=chris-templateBest Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comJuly 5, 2016 at 7:16 am in reply to: More than 2 properties in the Button settings object causes additional div More than 2 properties in the Button settings object causes additional div #85568Hi todd.cochran,
the settings that you apply to the button must be from the jqxButton API documentation. If you apply other settings the button won’t visualize properly. I tried your example by adding more properties to the settings and it works perfectly. Here is a demo of the angular jqxbutton with most of the properties you can apply to it:
https://www.jseditor.io/?key=xb-angular-demoIf you need to apply other properties like, for example, postition, margin, etc (styles). You can do that with Javascript or jQuery code from the script file( or trough the CSS file), not from the settings when creating the widget.
Best Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comJuly 5, 2016 at 6:14 am in reply to: show draggable element outside jqxPanel show draggable element outside jqxPanel #85565Hi Anthony Chan,
you need to set the “oveflow” property of the panel to “visible” in order to see the element while dragging it outside of it’s parent. Here is the solution you need applied to your code sample:
https://www.jseditor.io/?key=jqwidgets-dragdropBest Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comJuly 4, 2016 at 7:20 am in reply to: HTML in column, causes wrong data after applying filter HTML in column, causes wrong data after applying filter #85550Hi monahan7,
you need to reconfigure your custom renderer function for the email column in order to visualize it properly. You can make a custom renderer function just for the email column or modify the one you already use for all of the columns (‘columnsrenderer’). Your code is correct, the return type for the email column will be “string” but you need to modify the renderer to visualize the values correctly. Here is a demo that demonstrates exactly what you are trying to accomplish:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/customcolumn.htm?lightBest Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comJuly 1, 2016 at 12:18 pm in reply to: Mutilple close button in one tab Mutilple close button in one tab #85525Hi Ramya Babu,
please provide a sample of your code or a JSFiddle example so we can better understand your problem.
Here is an example of creating tabs dynamically:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtabs/closebuttons.htm?lightBest Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comHi mohammad,
yes, just set the proeprty “height” to any number you desire and the TreeGrid will show the records and you can scroll up/down trough all of thems using the vertical scroll bar. It doesn’t matter how many rows you have, all of them will show up. Although I recommend using paging instead of scrolling if you have 1000s of rows, because you can search trough the records faster and also the grid itself will be visualized quicker.
Best Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comJune 29, 2016 at 5:54 am in reply to: jquerygrid.net is unreachable jquerygrid.net is unreachable #85479Hi jbodenschatz,
we are aware of the problem. We are working on it.
Best Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comJune 28, 2016 at 10:51 am in reply to: jqxInput width always has 8px more automatically. (width:200 -> 208px) jqxInput width always has 8px more automatically. (width:200 -> 208px) #85471Hi klien54,
you are right. Excuse me for the wrong link. Here is the correct one:
https://www.jseditor.io/?key=jqwidgets
It should clear things up. The reason for the 208px width is because of the styles that are added to the widget when it’s created. If you remove them it will be exactly 200px. The “box-sizing” property will fix your problem as i already mentioned.Best Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comJune 28, 2016 at 7:19 am in reply to: jqxInput width always has 8px more automatically. (width:200 -> 208px) jqxInput width always has 8px more automatically. (width:200 -> 208px) #85465Hi klien54,
the jqxInput has default css styling which can be changed trough the javascript code or the stylesheet file. To solve your issue, you just need to add the proeprty “box-sizing: border-box” to the “input” element and it will format just the way you want to. The reason for the problem is that you apply the border on the parent div not the element itself. Here is the example you sent with my modification:
https://www.jseditor.io/?key=1f2b9ac609b211e5b1c780ee734cf820Also if you want to reduce the size of the border, use “border-with”, if you want to remove it use “border: “none”. You must apply these properties to the div, that has the border set.
Best Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comJune 28, 2016 at 6:13 am in reply to: jqxTreeGrid Streamed Data Sockets jqxTreeGrid Streamed Data Sockets #85460Hi jqwidgetsdev,
this feature isn’t officially supported for multiple reasons. One of them is because an error might be thrown when you initiate an update operation before another one has completed (due to asynchronicity). Although it could be possible to make it work if you are wiling to try. You should be able to load the data that you receive to a dataAdapter and then load it as a source to the treegrid or save the received data to a local file and add the data to the treegrid(addRow) and then refresh it. Overall it’s not a good idea to load streamed data to a treegrid, because there’s no way of knowing when and what updated, not to menton that this will seriously affect the operation of the widget.
Best Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comHi famp,
your code looks correct. If you are not getting the expected result, check if “editrow” is a correct gridrowdata ID. Also the type of the dataRecord.empleado_nombre must be string in order to be set to a textArea field.
Best Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comJune 24, 2016 at 7:42 am in reply to: Mixing standalone options with option groups Mixing standalone options with option groups #85407Hi tmcneill,
what you are trying to accomplish isn’t possible because you are setting a ‘group’ property to some of the elements in your ‘source’ variable. That means you need a ‘group’ property for all of them, not just some. However there’s a workaround by setting some string value(the values must differ or both elements will be placed in the same group) for the ‘group’ property like this:
http://jsfiddle.net/zvoLqg0d/After that you can apply some stylings, for example a ‘margin-left’ property of some value to the <span> elements in the divs to make them look like the way you want to.
Best Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts