Search found 619 matches

by johntalbott
Tue Jul 09, 2019 4:19 am
Forum: General discussion and questions about Aware IM
Topic: Conditional disabling of expand rows
Replies: 3
Views: 5917

Re: Conditional disabling of expand rows

This won't get you all the way there, but you might check this thread for a way to use jquery to hide elements.

https://www.awareim.com/forum/viewtopic ... ide#p37160
by johntalbott
Thu Jun 27, 2019 11:23 pm
Forum: General discussion and questions about Aware IM
Topic: BUG-Grid query refresh bug-render/init scripts do not fire
Replies: 5
Views: 7385

Re: BUG-Grid query refresh bug-render/init scripts do not fi

The scripts are designed to execute once at the Initialization and Render of the related UI widgets. The scripts are completely independent of the data loading/refreshing. To run some code every time the data refreshes, you can bind an event handler to the grid's "databound" event. Query Render Scri...
by johntalbott
Fri Jun 07, 2019 3:19 pm
Forum: General discussion and questions about Aware IM
Topic: Strengthen your Wrists & Forearms with kendogridmulticolumns
Replies: 5
Views: 7212

Re: Strengthen your Wrists & Forearms with kendogridmulticol

The Kendo grid also offers column freezing.

See the column menu Lock/Unlock options in this demo ... https://demos.telerik.com/kendo-ui/grid/frozen-columns
by johntalbott
Fri Jun 07, 2019 3:12 pm
Forum: General discussion and questions about Aware IM
Topic: Strengthen your Wrists & Forearms with kendogridmulticolumns
Replies: 5
Views: 7212

Re: Strengthen your Wrists & Forearms with kendogridmulticol

The Kendo grid has a "column menu" that the user can use to turn columns on/off . Maybe that will help?

To turn on the column menu option ....

Query Init Script:
config.columnMenu = true;
by johntalbott
Wed May 29, 2019 4:23 pm
Forum: General discussion and questions about Aware IM
Topic: Output to div
Replies: 4
Views: 6527

Re: Output to div

I don't have a working example any more, but I did get it to work.
by johntalbott
Fri May 24, 2019 6:16 am
Forum: General discussion and questions about Aware IM
Topic: Dynamic Column Headers
Replies: 4
Views: 5483

Re: Dynamic Column Headers

Grid column headers can be dynamically manipulated with JavaScript.
by johntalbott
Mon Apr 08, 2019 7:50 pm
Forum: General discussion and questions about Aware IM
Topic: Column Headers on 'Operations with Records'
Replies: 7
Views: 9793

Re: Column Headers on 'Operations with Records'

Jhstephenson wrote:Thanks John that works great.

Now to another part of the original question...

Is it possible to get two, or more, buttons in the same column, so that I could have one heading appear centered above them.
It's definitely possible, but more complicated.
by johntalbott
Sat Apr 06, 2019 6:17 pm
Forum: General discussion and questions about Aware IM
Topic: Column Headers on 'Operations with Records'
Replies: 7
Views: 9793

Re: Column Headers on 'Operations with Records'

Grid Init Script

config.columns[columnIndex].title = "column title"
by johntalbott
Wed Mar 20, 2019 7:46 pm
Forum: General discussion and questions about Aware IM
Topic: can not set initial value of 1 character field to blank
Replies: 5
Views: 6009

Re: can not set initial value of 1 character field to blank

It sounds like you'd prefer to do this from AIM, but how about setting a default value for the column to '' in SQL Server?
by johntalbott
Fri Mar 08, 2019 4:56 am
Forum: Problem reports
Topic: Inches symbol show as feet
Replies: 6
Views: 10748

Re: Inches symbol show as feet

BLOMASKY wrote:that is JUST what I am saying. And since the field is giving instructions for people working on the material, telling them to cut it to 4' is VERY different than cutting it to 4"

Bruce
Screenshot?
by johntalbott
Sun Feb 17, 2019 11:41 am
Forum: General discussion and questions about Aware IM
Topic: ►FYI◄ A great free introduction to Progressive Web Apps.
Replies: 11
Views: 58720

Re: ►FYI◄ A great free introduction to Progressive Web Apps.

ACDC wrote:
Is PWA possible with Aware IM now or possibly in the near future? Or how can we extend Aware IM to do PWA?
If i am not mistaken , when you publish your awareim mobile app through PhoneGap , it can be defined as a progressive web app.
You are mistaken. :P