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
605
Grid Format Data
posted

Hi,

i want to format Date or number inside cell

Parents
  • 34510
    Offline posted

    Hi ueldeep,

    In order to format dates and numbers you will have to create your own column definitions.  Inside the column definition there is an overrideable method called getCell() which you can use to format the cell text.  I have attached a sample application that demonstrates this.

    Please be aware that the Android controls are still CTP so they are subject to change.

    GridFormatting.zip
Reply Children