jQWidgets Forums
Forum Replies Created
-
Author
-
May 4, 2016 at 8:08 am in reply to: select all checkbox selects all the pages select all checkbox selects all the pages #84098
Hi Shelan,
We cant see such a behavior. Are you using the latest version of jQWidgets?
Here is a example :
https://www.jseditor.io/?key=jqxgrid-selection-mode-checkboxBest Regards,
IvojQWidgets Team
http://www.jqwidgets.com/April 22, 2016 at 7:32 am in reply to: Is a form required for jqxValidator? Is a form required for jqxValidator? #83793Hi lorenzopt,
You can edit the classes that style the popup :
.jqx-grid-validation
and.jqx-grid-validation-arrow-up
Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/April 21, 2016 at 7:07 am in reply to: Is a form required for jqxValidator? Is a form required for jqxValidator? #83734Hi lorenzopt,
Please take a look at this demo :
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/cellediting.htm?lightBest Regards,
IvojQWidgets Team
http://www.jqwidgets.com/April 19, 2016 at 6:47 am in reply to: Grid "rendered" function fires twice Grid "rendered" function fires twice #83623Hi mcfloyd,
Please take a look at this demo :
http://jsfiddle.net/jqwidgets/5DcnB/Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/April 18, 2016 at 6:41 am in reply to: Splitter issue inner a iframe Splitter issue inner a iframe #83578Hi chuonchuonot,
We cant see that kind of behavior.
Please send us a https://www.jseditor.io/.Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/April 15, 2016 at 6:37 am in reply to: Grid "rendered" function fires twice Grid "rendered" function fires twice #83518Hi mcfloyd,
Put your event listener outside the grid body.
Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/March 30, 2016 at 7:06 am in reply to: change background color of row on row click change background color of row on row click #82988Hi shami,
You can do that kind of things by modifying the css classes of the element you want. Here is how:
https://www.jseditor.io/?key=change-row-color-in-jqxdatatable-on-selected-hoverBest Regards,
IvojQWidgets Team
http://www.jqwidgets.com/March 30, 2016 at 6:36 am in reply to: Changing the selected row color (background) of the selected row in the jQXGrid Changing the selected row color (background) of the selected row in the jQXGrid #82986Hi Buggs2015,
You can do that kind of things by modifying the css classes of the elements you want. Here is how:
https://www.jseditor.io/?key=change-color-of-grid-row-on-selected-hoverBest Regards,
IvojQWidgets Team
http://www.jqwidgets.com/Hi arkgroup,
jqxKanban does not have that kind of feature.
Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/March 24, 2016 at 10:45 am in reply to: How to get row data from the createwidget column's callback function? How to get row data from the createwidget column's callback function? #82795Hi trying,
You can get the row identifier from the row argument. Then use ‘getrowdata’.
Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/March 23, 2016 at 9:45 am in reply to: How to get row data from the createwidget column's callback function? How to get row data from the createwidget column's callback function? #82756Hi trying,
Please take a look at this demo:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/customwidgetscolumn.htm?lightBest Regards,
IvojQWidgets Team
http://www.jqwidgets.com/March 23, 2016 at 7:22 am in reply to: Full row edit always starts with first editable column Full row edit always starts with first editable column #82739Hi KumoJosh,
This is the normal behavior of the editmode: ‘selectedrow’. In order to select the cell the user clicked you must use editmode: ‘selectedcell’.
Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/March 22, 2016 at 8:12 am in reply to: How to get row data from the createwidget column's callback function? How to get row data from the createwidget column's callback function? #82712Hi trying,
You will find my demo link updated. Create the button directly in another column (columntype: ‘button’).
Best Regards,
Ivo
jQWidgets Team
http://www.jqwidgets.com/March 21, 2016 at 8:18 am in reply to: How to get row data from the createwidget column's callback function? How to get row data from the createwidget column's callback function? #82656Hi trying,
Here you can see how to do that:
https://www.jseditor.io/?key=createwidget-button-callbackBest Regards,
IvojQWidgets Team
http://www.jqwidgets.com/March 10, 2016 at 11:54 am in reply to: Prevent paste in cellbeginedit of a jqxgrid Prevent paste in cellbeginedit of a jqxgrid #82320Hi GThireau,
Try catching the paste event in the grid, something like that:
$(‘#jqxgrid’).on(‘paste’, function (event) {
return false;
});Best Regards,
IvojQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts