[CLOSED] The controls are not recognized after upgrading to version 1.0

  1. #1

    [CLOSED] The controls are not recognized after upgrading to version 1.0

    Hi,

    The controls like "store" are not recognized after upgrade from version 0.8 to 1.0.

    I already made the changes that you have in the examples project to the web.config and update the references to the dll.

    Could you tell me please what else do I have to do?

    Thanks,




  2. #2

    RE: [CLOSED] The controls are not recognized after upgrading to version 1.0

    Hi,

    Please provide more details. Do you have compilation error, runtime exception (client or server side)?
  3. #3

    RE: [CLOSED] The controls are not recognized after upgrading to version 1.0

    The property ReaderID is not recognized for example for the store control.

    I know this is for the new version.

    Could you please tell me where I can find a clear example using the store with and
    object datasource with the professional version 1.0?



    
    
    
    <ext:Store ID="StoreComboBoxRoles" runat="server" 
    
    
    DataSourceID="ObjectDataSourceFetchAllBE_ROLES">
    
    
    <Reader>
    
    
    <ext:JsonReader ReaderID="ROLEID">
    
    
    <Fields>
    
    
    <ext:RecordField Name="ROLEID"/>
    
    
    <ext:RecordField Name="ROLE"/> 
    
    
    </Fields>
    
    
    </ext:JsonReader> 
    
    
    </Reader> 
    
    
    <SortInfo Direction="ASC"></SortInfo>
    
    
    </ext:Store>
  4. #4

    RE: [CLOSED] The controls are not recognized after upgrading to version 1.0

    Hi,

    As mentioned in the ChangeLog file: JsonReader: Removed DataReader class .ReaderID property, added IDProperty (instead of ReaderID)

    So, just rename ReaderID to the IDProperty.
    Examples Explorer contains many example with Store. For example,

    branches\1.0.0\Ext.Net.Examples\Examples\GridPanel \DataSource_Controls\ObjectDataSource\

Similar Threads

  1. New Calendar Component not recognized
    By Fabrizio in forum 1.x Help
    Replies: 3
    Last Post: Oct 28, 2010, 4:59 PM
  2. AjaxEvents not recognized
    By Jeevaraj K in forum 1.x Help
    Replies: 5
    Last Post: Jun 28, 2010, 10:34 AM
  3. Replies: 8
    Last Post: Jun 25, 2010, 2:53 PM
  4. Replies: 1
    Last Post: Jan 26, 2010, 2:03 PM
  5. Vs2010 Beta 2: "ext not recognized"
    By fabiomarcos in forum 1.x Help
    Replies: 5
    Last Post: Dec 03, 2009, 5:27 AM

Posting Permissions