Ext.net databinding extention method -


yeah, have unfortunate situation of having go project makes use of ext.net.

there gridpanel several columns, couple of these bound datetime properties this:

<ext:datecolumn header="started time" dataindex="datestarted" format="yyyy-mm-dd hh:mm:ss" /> 

now, ned run extension method, touniversaltime(), on property datestarted.

it seems can not change dataindex="datestarted" dataindex="datestarted.touniversaltime()"

suggestions?

thanks

forgot one.

i got answer vladimir ext.net - dev team, support added in version 2.3.


Comments