jQWidgets Forums
Forum Replies Created
-
Author
-
June 16, 2015 at 9:42 am in reply to: animationHideDelay property don't work for sub-menu animationHideDelay property don't work for sub-menu #72566
Hi cosostones,
Thank you for the provided feedback! We confirm the behavior and will resolve it for the next release. If you want you can use the ‘animationHideDuration’ property and both the menu and its sub-menu would have the same hide duration.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 15, 2015 at 5:39 am in reply to: Grid inside AP Div container Grid inside AP Div container #72459Hi Pedro Oliveira,
You can place a jqxGrid into a div container and use the grid’s ‘width’ and ‘height’ properties set to %. In my opinion it doesn’t work because the width content and width are the same. We have similar demo showing jqxGrid in jqxTab and the jqxGrid respects the jqxTabs’s size: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/tabs-and-grid.htm?arctic
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi subhani,
Are you using jqxPanel? If you do, you can set the ‘disabled’ property to true.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 15, 2015 at 5:12 am in reply to: Difference between JqxGrdi and JqxDataTable Difference between JqxGrdi and JqxDataTable #72453Hi subhani,
The key difference between jqxGrid and jqxDataTable is that jqxDataTable does not support UI Virtualization which means that the widget is not appropriate for scenarios which require Vertical Scrolling of large data sets. If you need to display a large data set in jqxDataTable, then you will have to enable the Paging functionality. jqxGrid is more advanced widget and as such it comes with some features which are not available in jqxDataTable. Some of these features are: State Maintanance, Virtual Scrolling, Cells Selection, Checkbox Boolean Column, Checkbox Selection, Grouping with Drag & Drop, Cell Editing, Excel-like Filtering, Filter Row, Column Menus, Drag & Drop, Clipboard Operations and Deferred Scrolling.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 15, 2015 at 5:05 am in reply to: How to disable JqxGrid and its controls How to disable JqxGrid and its controls #72452Hi subhani,
If you want to disabled jqxGrid after saving data, you can use the ‘disabled’ property set to true. In that way the whole jqxGrid will be disabled.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi Mohamed Azher,
You have two possible approaches.
1. If you don’t want to see the hints do not set a validation function at all
2. If you want to have a validation function but do not want to see the hints: use a css commands to hide the hints and set a simple alert by setting it in the validation functionBest Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 12, 2015 at 7:45 am in reply to: Resize column when Grid has a horizontal scrollbar will lead a column missing Resize column when Grid has a horizontal scrollbar will lead a column missing #72390Hi lexchoi,
Please take a look at the following example at: http://jsfiddle.net/onpvj6LL/
If you have any further questions do not hesitate to contact us.Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi Mohamed Azher,
You can turn the hints off or make them invisible by using css commands. You can also use a simple alert in the validation function.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi Mohamed Azher,
Thank you for the provided feedback! We confirm the behavior and will resolve it for the next release.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 11, 2015 at 6:00 am in reply to: How can I block cut or delete in uneditable columns in grid? How can I block cut or delete in uneditable columns in grid? #72309Hi isaac.park,
Unfortunately it is not possible to block the cut action by using ctr+x to one column. If you want you can set the ‘enablekeyboarddelete’ property, which will enables or disables the delete of a cell/row values by using the “delete” key. You can also set the ‘keyboardnavigation’ property but it will work for the whole jqxGrid.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 11, 2015 at 5:59 am in reply to: setMaxDate hours and minutes? setMaxDate hours and minutes? #72308Hi nostromo,
Unfortunately it is not possible to set maximum time to the jqxDateTimeInput. If you have any further questions do not hesitate to contact us.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 11, 2015 at 5:44 am in reply to: colorpicker setcolor throws an error colorpicker setcolor throws an error #72305Hi Roland,
In order to set the red component to 0, you can by setting the values in strings :
$("#colorPicker").jqxColorPicker('setColor', {r: '0', g: '0', b: '0'});
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 11, 2015 at 5:09 am in reply to: colorpicker setcolor throws an error colorpicker setcolor throws an error #72301Hi Roland,
Thank you for the provided feedback! We will investigate the reported behavior and if we find out that this is an issue, then we are going to fix it in the future versions.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 11, 2015 at 5:06 am in reply to: Dynamically add and remove tabs Dynamically add and remove tabs #72299Hi emberq,
Please take a look at the provided example at: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtabs/closebuttons.htm?arctic
I hope it would be helpful and if you have any further questions do not hesitate to contact us.Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 10, 2015 at 5:57 am in reply to: Aggregate Row on Column resize Aggregate Row on Column resize #72252Hi Coder,
The provided behavior is normal. The status bar is not supposed to be resized.Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.com -
AuthorPosts