Forum Replies Created
-
Author
-
August 1, 2017 at 10:33 am in reply to: how to use font awesome icons as button text how to use font awesome icons as button text #95244
Hi natg504,
You can use another approach. Instead columntype ‘button’, you can create custom widgets column via createwidget and initwidget callback functions.
Here is an example: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/customwidgetscolumn.htm?lightBest Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHi Dave_1,
Please, refer to the following topic: http://www.jqwidgets.com/community/topic/restrict-right-click-context-menu/#post-93294
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comJanuary 3, 2017 at 4:06 pm in reply to: ComboBox – behavior like left mouse button is pressed ComboBox – behavior like left mouse button is pressed #90268Hi frankbur1,
Here is a jsfiddle with your ComboBox.
It seems to work as expected.
We recommend you to update to the latest version of the widgets(4.4.0).
Also, check your console for errors. There you may find the reason about the problematic behavior.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comJanuary 3, 2017 at 3:25 pm in reply to: ComboBox – behavior like left mouse button is pressed ComboBox – behavior like left mouse button is pressed #90264Hi frankbur1,
Please, send jsfiddle or jsEditor demo with your code.
We tested the case with this multi select demo in Firefox and we can not see such a behavior.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHi Suthakar,
In this example is demonstrated how to implement server filtering with jqxGrid.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comJanuary 3, 2017 at 10:33 am in reply to: Grid – copying data from excel Grid – copying data from excel #90254Hi hurricane,
There is no built-in option to restrict single cell.
Instead, you can get the value of the cell and revert it when the process is finished.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 30, 2016 at 1:14 pm in reply to: Nested grid buttons click only fire once Nested grid buttons click only fire once #90209Hi dan123,
You are bound to the button’s common class, so each time when the grid elements are redrawn you have to bind again to the element’s event.
Also better avoid updating of the cells with HTML content. This may cause problems. In your case use ‘Ready to Submit’ instead ‘<b>Ready to Submit</b>’.Here is the updated demo with fixes: http://jsfiddle.net/ppge78gh/
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 30, 2016 at 11:21 am in reply to: reorder will messed up show/hide of close button reorder will messed up show/hide of close button #90205Hi KK,
Thanks for the feedback.
We will consider this behavior.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 30, 2016 at 10:15 am in reply to: combobox in the grid row shows the value and not the text combobox in the grid row shows the value and not the text #90203Hi dave11,
Please, refer to our Custom ComboBox Column demo.
It can be helpful for you.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 29, 2016 at 9:30 am in reply to: Distinguish between left and right mouse click Distinguish between left and right mouse click #90178Hi Uwe,
You can bind to the mousedown event.
Then if a right button is clicked, you can execute your custom functionality.
Here is a simple demo: https://www.jseditor.io/?key=jqwidgets-kanban-item-right-clickBest Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHi mohammadparsi,
In the current version, the filter input is oriented RTL.
Unfortunately, the placeholder is LTR oriented.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 27, 2016 at 9:51 am in reply to: [jqxGrid] enabletooltips is not working with a same value in createwidget functi [jqxGrid] enabletooltips is not working with a same value in createwidget functi #90123Hi klien54,
Thanks for the feedback. We will investigate this behavior.
As a workaround, we can offer you to change the source to contain unique items. For example, in your demo to item 6 to be added blank space.
Here is a simple demo: http://jsfiddle.net/9n4owf2u/Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 22, 2016 at 11:02 am in reply to: Need to create an amps gauge Need to create an amps gauge #90054Hi Steve,
If you want to change pointer’s settings you have to set pointer and cap properties.
For example:pointer: { style: { fill: '#ff0000' }, width: 5 }, cap: { size: '5%', style: { fill: '#ff0000', stroke: '#ff0000' } , visible: true },
If you want to change the gauge’s dimensions you can do it via width, height and radius properties.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 21, 2016 at 12:59 pm in reply to: Json index based data source Json index based data source #90021Hi Zaid,
Please, refer to the following demo: http://jsfiddle.net/sL440xos/
Here is used a second DataAdapter to modify the default source.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 21, 2016 at 11:52 am in reply to: Cell is not closed from clicking another cell (colunmtype:checkbox) Cell is not closed from clicking another cell (colunmtype:checkbox) #90020Hi klien54,
You can bind to cellvaluechanged event and to call endrowedit method.
This way you will receive the expected from you behavior.
Here is a demo: http://jsfiddle.net/5r0ux2zh/Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts