Browse By Tags

  • WebDataGrid Columns decimal Format end edit

    Hi, I having difficulty to format decimal's editable columns in a WebDataGrid (Version = 20.2.20202.1) that use my localization Culture.
    My goal is display the number in the "it-IT" format in three columns: eg. 12.345,67 (0,00 for the number zero)…

  • How to set webdatagrid to use culture info

    Hi, I can´t get the WebDataGrid displaying numeric data with format.

    <ig:WebDataGrid ID="grdResultados" runat="server" Width="100%" AutoGenerateColumns="False">
    	<Behaviors>
            	<ig:Paging Enabled="true" PageSize="20" PagerMode="NumericFirstLast…

  • How to Build UX Culture in the Company

    Why would you care about creating a “UX culture” in the workplace? And what does that even mean?

    If you are a fan of definitions, here’s one for “UX culture”:
    The awareness of the team members/company employees of the importance…

  • Include accents in filtering

    We are using 10.1 version of webdatagrid and we would want to know how to make filter accent-insensitive (Our app is for spanish users)

    Problem is, imagine we have the next list of values
    -Jiménez
    -Bartolome
    -Juan
    -Melinda

    If we search for the query…

  • Decimal Separator Problem

    Hi, I have a WebNumericEdit with the es-AR culture.

    The problem is when I use the numeric pad of the keyboard and press the dot symbol, nothing appears on the NumericEdit, but when i use the comma i don't have any problems.

    I need to press the dot…