Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Filter with float values

    SmartClient Version: v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11

    I am using datasource to draw a listgrid.
    I have a field defined <field name="weight" type="float" format="#,##0.00" />
    I have set grid.setShowFilterEditor(true);
    I am not able to enter any number in filter. I have to start the filter value with a character other than number.
    Please help.



    #2
    The format property alone does not have this effect - as you can easily determine.

    Please read the FAQ and the Debugging overview in order to understand what you need to post in order to make it possible for people to help you.

    Comment


      #3
      Hi
      Even when i change to <field name="weight" type="float"/>, i am not able to enter any number in filter.

      Comment


        #4
        See previous response.

        Comment

        Working...
        X