Jump to content

ashraf elnegamy

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by ashraf elnegamy

  1. On 8/6/2014 at 4:50 AM, Sherzod said:

    Hi Fenix.

    I think there are a few ways to do this, one of the ways you can use the column's renderer.

    Try:
     

    UniDBGrid1 -> ClientEvents -> ExtEvents -> ...

    function reconfigure(sender, store, columns, oldStore, the, eOpts)
    {   
      columns[4].renderer = Ext.util.Format.dateRenderer('d/m/Y H:i:s');
      columns[5].renderer = Ext.util.Format.dateRenderer('d/m/Y');
    }

    Best regards.

    how to add column no in run time columns[column no]? 

  2. if I set the RTL to true, the controls are displayed in the opposite sides, all controls become left aligned, the design time form does not match the run time form, all controls are flipped

×
×
  • Create New...