Search Results

Type: Posts; User: kkp0633

Search took 0.01 seconds.
  1. Hello, Daniil

    Thank you!!! You do help me a lot. I solve my question.

    Thanks a lot and a lot ....XD
  2. Hi,

    I would like to get RecordField Name of Ext.Store in code-Behind;

    Is there any example I can referecne ?

    Thanks a lot!!!!
  3. Please forgive my foolishness. I know where goes wrong.It is the "key mapping" problem.

    It means all columnName you query from DB must consistent with the definition in RecordField of Store and...
  4. Hello ,geoffrey

    Thanks for replying.

    I do that convertion (DataTable to a JSON string and back into a List of objects), because the previous post
    How to Transfer DataTable for store of...
  5. I would like use combox for drop-down list.
    ASPX Code


    <ext:Store ID="StockRoomListStore" runat="server">
    <Reader>
    <ext:JsonReader>
    <Fields>
    ...
  6. Hi,

    Thank you Daniil and MADSON, Both of your suggestions help me a lot.

    I need some time to think about .I will post my solution after solving.

    Thank you very much.
  7. Hi,

    I have a Store in my aspx file as:


    <ext:Store ID="InventoryMaintainStore" runat="server" GroupField="StockChinName">
    <Reader>
    <ext:JsonReader>
    ...
  8. Hello,

    I have a question about using two gridpanel in one Windows. Actually, I want to insert data from two different path: one is from petty cash, the other is Batch purchase.

    1. PettyCash is...
  9. I solved my question asked. I reallize the data type is the cause that make something wrong.

    I change Data Type and test fine!! Code is as below :


    private DataTable GenIventoryList()
    {...
  10. Hi,

    You reply this post so fast !!!!

    From this example you post, Datatable can be assigned to Datasource directly and my code does the same.
    Environment Settings:
    My Browser: IE8, Chrome and...
  11. Hi,

    I am new guy for Ext.Net. I use C# for a while. When I see Ext.Net Library....oh..It is so amazing~~!!!!

    But, I have some question about using GridPanel.

    OK. First..My Code is below:

    ...
Results 1 to 11 of 11