Spinner on number fields in Grid HAS TO GO! #IsItJustMe?

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Jaymer
Posts: 2430
Joined: Tue Jan 13, 2015 10:58 am
Location: Tampa, FL
Contact:

Spinner on number fields in Grid HAS TO GO! #IsItJustMe?

Post by Jaymer »

The most annoying thing about the unneeded/unwanted SPINNER in a Grid Filter is the waste of space. Sorry, I don't have the room to lose 40 pixels each time because several fields in a grid happen to be numeric.
The CURRENT solution (other than finding a way to hack it off the screen, if thats even possible - I tried for an hour) is to make ANOTHER database field thats a string version, and then use that in the Grid.

Seems like a simple check box when designing the Grid should turn this off.

.... or is it just me ?

thx
jaymer...

--> JaymerTip Solution Here
Attachments
Screen Shot 2019-08-25 at 11.41.13 PM.png
Screen Shot 2019-08-25 at 11.41.13 PM.png (50.09 KiB) Viewed 10655 times
Last edited by Jaymer on Sun Nov 17, 2019 9:45 pm, edited 3 times in total.
Click Here to see a collection of my tips & hacks on this forum. Or search for "JaymerTip" in the search bar at the top.

Jaymer
Aware Programming & Consulting - Tampa FL
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: Spinner on number fields in Grid HAS TO GO! #IsItJustMe?

Post by johntalbott »

A little custom CSS will git r done

div.k-grid-header .k-numerictextbox .k-select{
display: none;
}

div.k-grid-header .k-numeric-wrap {
padding-right: 2px;
}

div.k-grid-header span.k-operator-hidden{
padding-right: 0px;
}
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
customaware
Posts: 2392
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: Spinner on number fields in Grid HAS TO GO! #IsItJustMe?

Post by customaware »

Noice!

Thanx John.
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
gijsvb
Posts: 45
Joined: Fri Jan 23, 2015 5:32 pm

Re: Spinner on number fields in Grid HAS TO GO! #IsItJustMe?

Post by gijsvb »

It's not just you, mark.

Thnx John, works like a charm.

Gijs
Gijs van Ballegooijen.
the Netherlands.

AwareIM 8.4 (build 2708)
Server: Ubuntu Linux 18.04.2
Database: MariaDB
Config: Windows 2012R2
Jaymer
Posts: 2430
Joined: Tue Jan 13, 2015 10:58 am
Location: Tampa, FL
Contact:

Re: Spinner on number fields in Grid HAS TO GO! #IsItJustMe?

Post by Jaymer »

John, worked great. THANKS!!!
Click Here to see a collection of my tips & hacks on this forum. Or search for "JaymerTip" in the search bar at the top.

Jaymer
Aware Programming & Consulting - Tampa FL
Post Reply