Sigma Php Ajax framework, Ajax Components, GUI Builder
May 17, 2012, 12:46:11 AM *
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: Frozen Column with Nested header  (Read 672 times)
chaze
Jr. Member
**
Posts: 9


View Profile
« on: July 13, 2009, 12:52:07 AM »


Hello!

I found Frozen Column does not work with Nested header.

After i freeze the beginning columns, all the nested header screw up.

Any idea?

thanks!
Jim
Logged
steven
Moderator
Hero Member
*****
Posts: 544



View Profile
« Reply #1 on: July 13, 2009, 01:00:39 AM »

Nested header doesn't support dynamical frozen columns.
Logged

Sigma AJAX Data Grid - Easy to Integrate with PHP, ASP Classic, ASP.NET & Java
Sigma PHP Ajax Framework - WYSIWYG GUI Builder With Tree, Grid, Treegrid, Dialog, Tab & More Component
chaze
Jr. Member
**
Posts: 9


View Profile
« Reply #2 on: July 13, 2009, 02:08:40 AM »

Any workaround? I dont need to freeze column "dynamically"?

Logged
steven
Moderator
Hero Member
*****
Posts: 544



View Profile
« Reply #3 on: July 13, 2009, 05:38:32 AM »

Can you post your script snippet so that I can help you?
Logged

Sigma AJAX Data Grid - Easy to Integrate with PHP, ASP Classic, ASP.NET & Java
Sigma PHP Ajax Framework - WYSIWYG GUI Builder With Tree, Grid, Treegrid, Dialog, Tab & More Component
chaze
Jr. Member
**
Posts: 9


View Profile
« Reply #4 on: July 13, 2009, 05:51:36 AM »

var colsOption = [
   {id: 'gesc' , header: "GESC" , width :35 , sortFn :sort_fnt },
   {id: 'client' , header: "Client" , width :120 , sortFn :sort_fnt },
   {id: 'location' , header: "Loc" , width :30 , sortFn :sort_fnt },
      {id: 'stm' , header: "STM" , width :55 , /* renderer : cell_render ,*/ sortFn :sort_fnt },
      {id: 'njast' , header: "NJA Saletrading" , width :55 , /* renderer : cell_render ,*/ sortFn :sort_fnt },
      {id: 'jpnst' , header: "JPN Saletrading" , width :55 , /* renderer : cell_render ,*/ sortFn :sort_fnt },
      {id: 'ausst' , header: "AUS Saletrading" , width :55 , /* renderer : cell_render ,*/ sortFn :sort_fnt},

<tr>
<td colspan="3">Client</td>
<td colspan="6">CS Contact</td>
<td colspan="2">Formal Feedback</td>
<td colspan="11">CS Rank By Market</td>
<td colspan="2">Sales Trading</td>
<td colspan="2">Electronic Trading</td>
<td colspan="2">Program Trading</td>
<td colspan="3"></td>
<td colspan="3"></td>
</tr>
I have above columns and nested header.

If i frozen the first 3 columns, my nested header will screw.

I need to freeze the first 3 columns only (no special change after frozen)

any idea i can make it?

jim

Logged
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!