[CLOSED] 'RowError' Information in Store DataSource

  1. #1

    [CLOSED] 'RowError' Information in Store DataSource

    Hi,

    I'm building GridPanel in codebehind. When I bind a DataTable to Store
    store.DataSource = datatable;
    store.DataBind();
    I get the following error:
    Column 'RowError' does not belong to table
    My datatable is generated by an API. I guess that they added Error information in the datatable.
    So some additional informations: RowError, RowState, HasError have been added in the DataRow properties, and the your method AutoGeneratedFieldProperties add this information as a column in Ext.Net.Store.

    Could you tell me how to resolve this problem?
    Last edited by Daniil; Jun 17, 2012 at 4:46 AM. Reason: [CLOSED]
  2. #2
    Hi,

    I am unable to reproduce the problem using the example below.
    https://examples2.ext.net/#/GridPane...ata/DataTable/

    I have added
    new DataColumn("SomeColumn") { ColumnName = "SomeColumn", DataType = typeof(string) }
    for the DateTable to emulate your scenario and the page still runs without any errors.

    Could you provide a sample to reproduce?
  3. #3
  4. #4
    Thanks for the example. We are working on the issue.
  5. #5
    Fixed in SVN
    Please update and retest
  6. #6
    Quote Originally Posted by Vladimir View Post
    Fixed in SVN
    Please update and retest
    It works now. Thanks for your help.

Similar Threads

  1. Replies: 5
    Last Post: Feb 01, 2012, 11:54 AM
  2. [CLOSED] ComboBox / Store / DataSource : Store.DataSource is NULL
    By wagger in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Apr 24, 2011, 10:09 AM
  3. [CLOSED] Is it possible to store extra information with a tree node?
    By mattwoberts in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Jan 25, 2011, 10:35 AM
  4. Replies: 1
    Last Post: Oct 19, 2009, 11:59 AM
  5. why the DataSource of the store is null
    By animalisme in forum 1.x Help
    Replies: 2
    Last Post: Jun 22, 2009, 3:04 AM

Posting Permissions