Grid without/no headers

Moderator: Rathinagiri

Post Reply
User avatar
hmgchang
Posts: 273
Joined: Tue Aug 13, 2013 4:46 am
Location: Indonesia

Grid without/no headers

Post by hmgchang »

Hola Masters,

I dont know how to make :
1. Grid without/no headers. I just want to have one row of grid without the header
2. A normal Grid, but only allowEdit for the first row.

Pls advise and thks

Thks n Rgds
Chang
Just Hmg It !
User avatar
serge_girard
Posts: 3167
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Grid without/no headers

Post by serge_girard »

Maybe option NOHEADERS ?

Serge
There's nothing you can do that can't be done...
User avatar
serge_girard
Posts: 3167
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Grid without/no headers

Post by serge_girard »

NOLINES
NOHEADERS

will do!
There's nothing you can do that can't be done...
User avatar
mol
Posts: 3723
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Grid without/no headers

Post by mol »

you can use WHEN array of codeblocks to determine if operator wants to edit first row and allow it

Code: Select all

define GRID...
.
.
.
WHEN { {||Grid_WhenTest()}, ..., {||Grid_WhenTest()} )
END GRID

function Grid_WhenTest
return This.CellRowIndex == 1
User avatar
hmgchang
Posts: 273
Joined: Tue Aug 13, 2013 4:46 am
Location: Indonesia

Re: Grid without/no headers

Post by hmgchang »

Hola Masters,

Thks Serge Girard, it works...
Thks Mol... Its a more flexible way to control the grid...

Grid is an unsatisfied good control.. we always ask more and more....

Thks n Rgds
Chang
Just Hmg It !
Post Reply