Sigma Php Ajax framework, Ajax Components, GUI Builder
February 11, 2012, 11:41:53 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Can customHead and frozen Column be used together?  (Read 1276 times)
parapota
Newbie
*
Posts: 3


View Profile
« on: November 24, 2009, 01:47:46 AM »

I set used the customHead and frozen Column together,
but it was not working correctly. Huh
Who can tell me the reason? plase!

============================
var colsOption = [
     {id: 'no' , header: "Order No" , width :60  ,frozen:true },
     {id: 'employee' , header: "Employee" , width :80  },
      {id: 'country' , header: "Country" , width :70  },
      {id: 'customer' , header: "Customer" , width :80  },
      {id: 'bill2005' , header: "2005" , width :60},
      {id: 'bill2006' , header: "2006" , width :60},
      {id: 'bill2007' , header: "2007" , width :60},
      {id: 'bill2008' , header: "2008" , width :60},
      {id: 'orderDate' , header: "Delivery Date" , width :100}
       
];

var gridOption={
  id : grid_demo_id,
   width: "500",  //"100%", // 700,
   height: "200",  //"100%", // 330,
   
   container : 'gridbox',
   replaceContainer : true,
        customHead : 'myHead1',
   dataset : dsOption ,
   columns : colsOption,
   toolbarContent : 'nav | goto',
   pageSize : 20
};


« Last Edit: November 25, 2009, 11:37:39 PM by parapota » Logged
jovibals
Hero Member
*****
Posts: 134


View Profile
« Reply #1 on: November 24, 2009, 04:38:44 PM »

Steven answered this question.

http://sigmawidgets.com/forum/ajax-data-grid-view/nested-headers-hide-columns/msg1175/#msg1175
Logged
parapota
Newbie
*
Posts: 3


View Profile
« Reply #2 on: November 24, 2009, 06:19:32 PM »

thank you for refer information to me, Grin
but it has a little different ,my problem is combining frozen Column  with custom headers ,
not hide Column,may be the reason is same.
Logged
parapota
Newbie
*
Posts: 3


View Profile
« Reply #3 on: November 25, 2009, 11:38:23 PM »

still waitting for the answer
Logged
mwmconsulting
Jr. Member
**
Posts: 12



View Profile WWW
« Reply #4 on: January 04, 2010, 04:59:48 PM »

I can confirm this is still a bug in version 2.2 of the Sigma Grid.  If you try to use a customized head and you have a frozen column, the sigma grid completely fails in FF and doesn't display correctly in IE.

Any idea on when this issue might be resolved?

Thx!

- MWM
Logged

========================
MWM Consulting, Inc.
InSiteful Business Solutions
http://www.mwmconsulting.biz
========================
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!