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
Spinner on number fields in Grid HAS TO GO! #IsItJustMe?
Spinner on number fields in Grid HAS TO GO! #IsItJustMe?
- Attachments
-
- Screen Shot 2019-08-25 at 11.41.13 PM.png (50.09 KiB) Viewed 12125 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
Jaymer
Aware Programming & Consulting - Tampa FL
-
- Posts: 620
- Joined: Wed Jun 17, 2015 11:16 pm
- Location: Omaha, Nebraska
- Contact:
Re: Spinner on number fields in Grid HAS TO GO! #IsItJustMe?
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;
}
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
We specialize in enabling business through the innovative use of technology.
AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
-
- Posts: 2431
- Joined: Mon Jul 02, 2012 12:24 am
- Location: Ulaanbaatar, Mongolia
Re: Spinner on number fields in Grid HAS TO GO! #IsItJustMe?
Noice!
Thanx John.
Thanx John.
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Re: Spinner on number fields in Grid HAS TO GO! #IsItJustMe?
It's not just you, mark.
Thnx John, works like a charm.
Gijs
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
the Netherlands.
AwareIM 8.4 (build 2708)
Server: Ubuntu Linux 18.04.2
Database: MariaDB
Config: Windows 2012R2
Re: Spinner on number fields in Grid HAS TO GO! #IsItJustMe?
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
Jaymer
Aware Programming & Consulting - Tampa FL