Stroe DataBind With IList<Hashtable> not work well

  1. #1

    Stroe DataBind With IList<Hashtable> not work well

    I have solved this problem, this is not BUG, ask the administrator to help remove the topic.

    Thank you
    Last edited by nanlinfeixue; May 03, 2011 at 2:51 AM.
  2. #2
    Hi,

    We won't remove this topic. This topic can be useful for someone for the forums, so, that someone will sure what store works fine with IList<Hashtable> :)

    In the future please feel free to just update the thread posting any new info or solution.
  3. #3
    <ext:Store ID="ProdutStore" runat="server" OnRefreshData="BindGrid" SerializationMode="Complex">
            <Proxy>
                <ext:PageProxy />
            </Proxy>
            <Reader>
                <ext:JsonReader IDProperty="Id">
                    <Fields>
                        <ext:RecordField Name="Id" />
                        <ext:RecordField Name="ProductSn" />
                        <ext:RecordField Name="ProductName" />
                        <ext:RecordField Name="ProductUnit" />
                        <ext:RecordField Name="Inventory" />
                        <ext:RecordField Name="RedeemValue"" />
                        <ext:RecordField Name="CurrentValue" />
                        <ext:RecordField Name="State " />
                        <ext:RecordField Name="AddId " />
                        <ext:RecordField Name="AddTime" />
                        <ext:RecordField Name="UpdateId" />
                        <ext:RecordField Name="UpdateTime" />
                    </Fields>
                </ext:JsonReader>
            </Reader>
        </ext:Store>

    Add the SerializationMode="Complex" solved the problem
    Last edited by Daniil; May 06, 2011 at 6:46 AM. Reason: Please use [CODE] tags
  4. #4
    Thanks for the update.

Similar Threads

  1. why can not DataBind?
    By diywindow in forum 1.x Help
    Replies: 7
    Last Post: Dec 09, 2010, 8:50 AM
  2. Databind AjaxEvents
    By leroylll in forum 1.x Help
    Replies: 0
    Last Post: May 22, 2010, 2:13 PM
  3. With regard to the date of the type stroe
    By guoweidong in forum 1.x Help
    Replies: 2
    Last Post: Mar 10, 2010, 12:05 AM
  4. how to bind store with HashTable Collection
    By akash in forum 1.x Help
    Replies: 3
    Last Post: May 21, 2009, 2:11 AM
  5. Replies: 2
    Last Post: Mar 16, 2009, 1:50 PM

Tags for this Thread

Posting Permissions