We are using ext.net version 5.2.0 which per my understanding Includes Ext JS 7.2.0.67. I am using slider control that looks like this ext.net 5.2 Slider: https://examples1.ext.net/examples/miscellaneous/slider/overview/ But I want to use slider that looks like this https://docs.sencha.com/extjs/7.2.0/modern/Ext.field.Slider.html It seems to me that ext.net 5.2 does not use the updated slider control from Ext JS 7.2.0.67. Any ways around that?
1
There are 1 best solutions below
Related Questions in EXT.NET
- Ext.NET DirectMethod calls are failing when my site runs through CloudFlare
- EXT.NET Grid column fields with static names
- Ext.NET components using aspx.cs(code behind script)
- Template field in ext js
- The controller for path '/' could not be found or it does not implement IController
- How can i add an empty div to ext:Window
- Need to use older style of Ext.net Slider control
- How to add data from MSSQL to Ext.Net 7.2.0 classic
- Callback when Ext.NET Combobox local query returns no data
- Calling multiple Directmethod in a function
- My site doesn't work after the update Chrome 83
- Ext.net: How to set combobox for change foreign key field and save by AutoAsync()?
- Creating Dynamic Tooltip for GridView in ASP.NET MVC
- How to hide all year in datepicker except a year before today in ext.net
- How can I pass parameter from js to direct events Url Action?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Ext.field.Slider component I linked to is in the Ext JS Modern library. Ext.NET 5.2 is built on the Ext JS Classic library. Unfortunately, they are two different libraries with different API's.
One option would be purchasing Ext.NET Spotless Theme, which includes a Slider styled like the Ext JS Modern slider. But Spotless would also style all your other components.