Search found 10 matches

by syndeo
Sun Jan 28, 2024 11:50 am
Forum: Wish List
Topic: Can you change the default output on menu item to NEW TAB
Replies: 3
Views: 13305

Re: Can you change the default output on menu item to NEW TAB

+1

Or at least the option to set the default globally
by syndeo
Sat Jan 27, 2024 8:25 am
Forum: General discussion and questions about Aware IM
Topic: JS to Auto-resize Grid Columns to fit text
Replies: 8
Views: 9066

Re: JS to Auto-resize Grid Columns to fit text

Hi Jaymer, Any experience with a grid inside a tabstrip? I'm finding that the autofit fires before the grid is populated. I note that I do have it in the render script. the script does work if the form/query is opened in the default panel, but not within a tab. I've found this on web, but unsure if...
by syndeo
Sat Jan 27, 2024 8:19 am
Forum: Problem reports
Topic: [SOLVED] Render script of query when opening in new tab
Replies: 2
Views: 798

Re: [SOLVED] Render script of query when opening in new tab

Ok so I have worked it out. The smart people in the room may have a better way, but it works. The issue is when creating a new tab, the render script of a grid is fired before the tab, the grid is contained in is visible. Any styling of the grid, from what I can understand doesn't work until the tab...
by syndeo
Sun Jan 21, 2024 12:52 am
Forum: General discussion and questions about Aware IM
Topic: JS to Auto-resize Grid Columns to fit text
Replies: 8
Views: 9066

Re: JS to Auto-resize Grid Columns to fit text

This uses the default CRM app. - data is from the Customer Tab I'm sure many of us have a screen like this - the Address column isn't wide enough: img1.png Tip # 1 - This is cool, but not really the biggie. Did you know you can double-click on the column divider line and Kendo will AUTO-FIT the col...
by syndeo
Sat Jan 20, 2024 7:46 am
Forum: Problem reports
Topic: [SOLVED] Render script of query when opening in new tab
Replies: 2
Views: 798

[SOLVED] Render script of query when opening in new tab

Version 8.6 Build 2922 I use the following script to auto fit columns in a standard query render script. Provided by @Jaymer var grid = widget; grid.bind("dataBound", autoS); function autoS(e) { grid.autoFitColumn("Attribute1"); grid.autoFitColumn("Attribute2"); grid.autoFitColumn("AttributeN"); } T...
by syndeo
Wed Jul 27, 2022 1:26 am
Forum: Tips and Tricks
Topic: Remove query operation button borders
Replies: 9
Views: 25045

Re: Remove query operation button borders

Capture.PNG
Capture.PNG (3.02 KiB) Viewed 18445 times
I've put the operations on the left. You can see the cog image on the left - that being the operation and attribute being "Sec". My main issue was not the border, but the height of the button, but does look better (IMO) without the border. I removed the background colour as well.
by syndeo
Wed Jul 27, 2022 1:01 am
Forum: Tips and Tricks
Topic: Remove query operation button borders
Replies: 9
Views: 25045

Re: Remove query operation button borders

Hi hpl123, I am finding that when using this script an inline editing grid loses focus when the record is updated. Are you experiencing this? If so have, you been able find a solution? I am using v8.6 I am not using this together with inline editing anywhere so don´t have a fix for that behavior un...
by syndeo
Thu Jul 21, 2022 5:55 pm
Forum: Tips and Tricks
Topic: Remove query operation button borders
Replies: 9
Views: 25045

Re: Remove query operation button borders

Ok thanks for the quick reply. I'll have a look at this.
by syndeo
Thu Jul 21, 2022 7:16 am
Forum: Tips and Tricks
Topic: Remove query operation button borders
Replies: 9
Views: 25045

Re: Remove query operation button borders

Hi hpl123, I am finding that when using this script an inline editing grid loses focus when the record is updated. Are you experiencing this? If so have, you been able find a solution? I am using v8.6