jQWidgets Forums
Forum Replies Created
-
Author
-
February 23, 2016 at 3:06 pm in reply to: Is Grid column grouping compatible with drag and drop? Is Grid column grouping compatible with drag and drop? #81731
Ok – I understand.
Many thanks!
Alastair
February 18, 2016 at 11:07 am in reply to: Does 'ensurerowvisible' work with grouped rows? Does 'ensurerowvisible' work with grouped rows? #81554That is very helpful! It solved my problem.
Thank you very much!
Alastair
February 17, 2016 at 2:02 pm in reply to: Does 'ensurerowvisible' work with grouped rows? Does 'ensurerowvisible' work with grouped rows? #81515Oops! Wrong category – should be under ‘Grid’!
Admin – can you move this topic to Grid?
Alastair
February 16, 2016 at 12:01 pm in reply to: Grouped Headings – displayed text width Grouped Headings – displayed text width #81476Many thanks – I discovered later that it depends on the column width settings. If these are upwards adjusted, the problem is solved.
Alastair
February 5, 2016 at 1:28 pm in reply to: Possible to disable a rowselect event? Possible to disable a rowselect event? #81171Ok – I get the idea!
Many thanks for the tip!
It is much appreciated!
Alastair
January 15, 2016 at 2:53 pm in reply to: Scrollbar – Get Position possible? Scrollbar – Get Position possible? #80433OK!
Thank you very much!
Alastair
January 13, 2016 at 12:17 pm in reply to: Scrollbar – and proportional change Scrollbar – and proportional change #80371OK – I understand. I will substitute a scrollbar widget from a different widget family.
Alternatively, if there is a small software change I can make to the jqxscrollbar.js, I could do that. Is that possible?
Many thanks,
Alastair
January 11, 2016 at 11:07 am in reply to: Is a custom drag icon possible? Is a custom drag icon possible? #80308That’s great!
Thank you very much!
Alastair
January 11, 2016 at 5:56 am in reply to: Drag and Drop Demo – Drop destination not shown. Intentional? Drag and Drop Demo – Drop destination not shown. Intentional? #80278Noted – thank you.
Alastair
January 8, 2016 at 12:55 pm in reply to: Creating a new panel layout Creating a new panel layout #80250I am trying to extend a panel layout using the following example as a framework:
<!DOCTYPE html> <html lang="en"> <head> <meta name="keywords" content="jqxDocking, jQuery Docking, jQWidgets, Default Functionality" /> <meta name="description" content="jqxDocking is a widget which helps you to control and manage multiple windows and even the layout of your page. Each window which is part of jqxDocking can be dragged around the Web page, docked into docking zones, collapsed into a minimized state, expanded or pinned." /> <title id='Description'>jqxDocking represents a widget which enables you to manage and layout multiple windows on a web page.</title> <link rel="stylesheet" href="libraries/jqwidgets/styles/jqx.base.css" type="text/css" /> <link rel="stylesheet" href="libraries/jqwidgets/styles/jqx.energyblue.css" type="text/css" /> <script type="text/javascript" src="libraries/jqwidgets/scripts/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="libraries/jqwidgets/scripts/demos.js"></script> <script type="text/javascript" src="libraries/jqwidgets/jqx-all.js"></script> <script type="text/javascript"> $(document).ready(function () { $("#jqxDockPanel").jqxDockPanel({ width: 600, height: 410 }); }); </script> </head> <body class='default'> <div id='jqxWidget' style="width: 300px; height: 600px; font-size: 13px; font-family: Verdana;"> <div id='jqxDockPanel'> <div id='first' dock='top' style='background: #486974;'>First Div</div> <div id='second' dock='top' style='background: #368ba7;'>Second Div</div> <div id='third' dock='right' style='background: #df7169;'>Third Div</div> <div id='fourth' dock='left' style='background: #a73654;'>Fourth Div</div> <div id='fifth' dock='bottom' style='background: #a73000;'>Fifth Div</div> </div> </body> </html> What I am trying to achieve is to have division 5 as a completely separate bar at the bottom of the panel. I expected the 'bottom' to place the division at the bottom, but at the moment it is in the middle of divisions 3 and 4. Any guidance on how to achieve this will be really appreciated! Alastair
That’s great!
Thank you very much!
Alastair
December 18, 2015 at 12:34 pm in reply to: Using 'selectItem' with JSON data Using 'selectItem' with JSON data #79515I get it!
Thank you – this looks very helpful!
Alastair
Ok – the example provided above works. Still, the demo version (in first note) does not work as expected.
Alastair
November 25, 2015 at 11:43 am in reply to: Treegrid and mouse events Treegrid and mouse events #78535Thank you very much!
That is very helpful!
Alastair
November 25, 2015 at 9:52 am in reply to: Grid/TreeGrid – Inconsistent method names Grid/TreeGrid – Inconsistent method names #78527It would nice to have consistency across the widgets, for identical actions.
Alastair
-
AuthorPosts