[CLOSED] PartialExtView GridPanel Title

  1. #1

    [CLOSED] PartialExtView GridPanel Title

    Hello,

    When including a GridPanel inside a PartialExtView response over AJAX the title bar is black. Please see attached image, and below JavaScript response from AJAX request:

    
    Ext.net.addTo("TabSetupUser", [{border:false,xtype:"panel",items:[{html:"\r\n\t\t\t\t<h2>Users</h2>\r\n\t\t\t\t<p>Use the following section to manage the <i>Users</i> on the application:</p>\r\n\t\t\t",xtype:"container"},{store:{model:Ext.define(Ext.id(), {extend: "Ext.data.Model", fields:[{name:"Id"},{name:"FirstName",type:"string"},{name:"LastName",type:"string"},{name:"Email"}] }),storeId:"id96615ea41e81fa55",autoLoad:true,proxy:{type:"ajax",reader:{type:"json",idProperty:"Id",root:"data"},url:"/Management/User/Get"}},xtype:"grid",title:"Users",columns:{items:[{flex:1,dataIndex:"Email",text:"Email"}]}}]}]);
            a.Add(Html.X().GridPanel()
                .Title("Users")
                            ...
                    )
    Any suggestions? I'm using latest SVN.

    Cheers,
    Timothy
    Attached Thumbnails Click image for larger version. 

Name:	Example.png 
Views:	63 
Size:	8.4 KB 
ID:	4192  
    Last edited by Daniil; May 03, 2012 at 7:26 PM. Reason: [CLOSED]
  2. #2
    Cannot reproduce, i guess you have custom css rules otherwise please provide a sample reproduces the issue
  3. #3
    You are correct, my apologies. Please delete this thread. I'll watch for this better in the future when reporting a bug.

    Cheers,
    Timothy
  4. #4
    No problem

Similar Threads

  1. [CLOSED] PartialExtView and GridPanel SelectionModel
    By Timothy in forum 2.x Legacy Premium Help
    Replies: 15
    Last Post: Aug 30, 2012, 5:20 AM
  2. [CLOSED] PartialExtView and Icons
    By Timothy in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 04, 2012, 1:39 PM
  3. [CLOSED] PartialExtView
    By Timothy in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: May 04, 2012, 1:32 PM
  4. [CLOSED] MVC PartialExtView
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 42
    Last Post: Mar 29, 2010, 7:21 PM
  5. Replies: 5
    Last Post: Jun 19, 2009, 6:38 AM

Posting Permissions