how to show $ sign before price but have to use NumericFilter

  1. #1

    how to show $ sign before price but have to use NumericFilter

    Hi,
    In my GridPanel i have one column called Price.

    Now i am populating that column value from database.

    So, in the GridPanel i have to show the price like below,

    Price

    $
    30
    $13.5

    Means i have to a append a $ sign for every price. But while filtering i have to add NumericFilter not StringFilter.

    Is it possible to do that?
  2. #2

    RE: how to show $ sign before price but have to use NumericFilter

    ok..i got it...

    we have to add Renderer tag like below,

    <ext:Column ColumnID="Price" Header="Price" DataIndex="Price" >
    <Renderer Format="UsMoney" />
    </ext:Column>

Similar Threads

  1. Currency sign.
    By cisco in forum 2.x Help
    Replies: 0
    Last Post: Aug 01, 2012, 4:10 PM
  2. Replies: 5
    Last Post: May 14, 2012, 3:35 PM
  3. NumericFilter Menu override for v2.0
    By cwolcott in forum 2.x Help
    Replies: 2
    Last Post: Mar 21, 2012, 12:41 PM
  4. [CLOSED] GroupTabPanel node without +/- sign
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 12
    Last Post: Jul 07, 2010, 11:40 AM
  5. [CLOSED] [1.0] NumericFilter
    By methode in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 30, 2010, 3:59 AM

Posting Permissions