Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
935
Change the scale for controls
posted

I am on AG 12.3 and IG 12.3.

Some users (and I agree) have complained that the controls are too big and taking up valuable real estate for data viewability and analysis. My suggestion so far has been to use the browser's zoom capability and reload, but there must be a better way.

My assumption is that we can have a series of dropdowns filled with browser scale (or a different set of scaling values) and have that applied to different components (input controls, chart components, spreadsheet components, and data-grid components) based on user selection.

Please let me know how this can be accomplished. I assume it should be relatively easy to apply at an application level.

I am using CSS, not SCSS.

Parents
No Data
Reply
  • 1560
    Offline posted

    Hello,

    I have been looking into your question, however, since we do not provide a zoom component out of the box, the required functionality should be handled entirely on the application level.


    I have prepared a small sample in order to demonstrate how the browser zoom could be changed on a button's click, however, it is possible to have some differences depending on the browser.


    Please keep in mind since this requirement is not related to igniteui-angular library, it could be considered beyond the scope of Infragistics support and as I previously mentioned should be handled on application level.


    Also, a discussion that you might consider helpful could be found here.


    In addition, depending on your requirement you could use igx-select (or some other component) instead of buttons and handle its selectionChanging event. More about our components and links to API could be found in our Angular documentation here.

    Let me know if I may be of any further assistance.

    Sincerely,
    Teodosia Hristodorova
    Software Developer

Children