I have an object that converts serialization to a JSON object using JSON.Net. This object is then consumed by the JSON store, which is connected to the ExtJs GridPanel.
All fields except date fields are treated fine, the only way I can display date fields is to use text columns. But then I get the following / Date (1293746400000 + 0200) / rendered as text, which is useless.
I know that I need to somehow convert it to the corresponding date object, but I don't know how to atm.
Let me know if you need more information.
c # extjs
RC1140
source share