Forum Replies Created
-
Author
-
December 20, 2016 at 3:41 pm in reply to: Json index based data source Json index based data source #89994
Hi Zaid,
This example shows how to create a Grid from JSON string.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 20, 2016 at 1:02 pm in reply to: how to use font awesome icons as button text how to use font awesome icons as button text #89988Hi dalsword,
In your demo, cellsrenderer generates additional element that looks like the built in button of
columntype: 'button'
.
The click event remains bound to the built-in button, but this button is not displayed.
Like a workaround, you can update button’s CSS to cover the font-awesome icon and minimize the opacity. This way will allow clicking the original element, but the user will see the new one.
Here is an example: https://www.jseditor.io/?key=jqxgrid-edit-button-text-as-font-awesome-icon-css-updateBest Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHi mohammadparsi,
You can use placeHolder property. In combination with
rtl:true
the placeholder will be oriented rtl.
Please refer to the following example: http://jsfiddle.net/7heL3up1/Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 19, 2016 at 12:17 pm in reply to: autoheight and height work together? autoheight and height work together? #89953Hi walker1234,
Both features are not created to work together, but you can create a workaround for it.
You can setautoheight:true
by default and calculate in the ready callback how many rows you have. If their count is below particular number to setautoheight:false, height:180
for example.
If you want 5 rows – set
pagesize: 5
.Please, refer to the following grid example.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 19, 2016 at 11:38 am in reply to: column data-types in datatable column data-types in datatable #89950Hi jnanartham,
With cellsRenderer callback, you can show additional information in your columns, including datatypes of the columns.
Here is a simple demo: http://jsfiddle.net/e9udy39b/Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 19, 2016 at 11:21 am in reply to: jqxGrid cracked korean char input jqxGrid cracked korean char input #89946Hi cpakim,
Please, try the following approach:
Seteditmode: 'click'
.
In this case, when you click on particular cell the editing will start and will prevent the problematic behavior.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 19, 2016 at 11:14 am in reply to: Linear Gauge with Value as Point Linear Gauge with Value as Point #89943Hi klh717,
When you buy Developer License or Enterprise License you will receive the source code.
For more information – please refer to the jQWidgets license page.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 19, 2016 at 11:09 am in reply to: custom-values-to-context-menu-items-in-jqgrid custom-values-to-context-menu-items-in-jqgrid #89942Hi VM,
You can change menu’s source, on some condition.
Here is simple example with source changed after button’s click: http://jsfiddle.net/m5ou7ofk/
In your case, you can check the value of a particular cell and then update the source, related to this value.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHi atomic,
Unfortunately, we don’t support such a functionality.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDecember 16, 2016 at 10:24 am in reply to: jqxGrid cracked korean char input jqxGrid cracked korean char input #89903Hi cpakim,
We tested jqxGrid with these symbols and they seem to be displayed correctly. Please check your data source about problems.
Here is an example: http://jsfiddle.net/j8gnckwu/Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comDuplicated post: http://www.jqwidgets.com/community/topic/netsted-grid/
December 14, 2016 at 7:07 pm in reply to: Linear Gauge with Value as Point Linear Gauge with Value as Point #89855Hi klh717,
Unfortunately, the widget does not support such a functionality.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHi edilsonamaral,
Please, refer to the following example: http://jsfiddle.net/wywaa9Lh/
Here are used dragStart, dragEnd and select to be detected when drag process starts, ends and over which one the user is dropped the item.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHi spirit,
Please, send a jsfiddle/jsEditor demo with your code for better analyzing the problem.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHi mircea.ontanu,
Please, refer to the following example: http://jsfiddle.net/q8bsh9cL/
Here are used your settings and we can’t see the problematic behavior.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts