Page 1 of 1

Cell by Cell navigation

Posted: Wed Mar 18, 2009 1:30 pm
by karweru
Hi All,

Could someone please guide me on how i can activate a cell-to-cell browse movement in a Grid, more like a cell-pointer moves in a spreadsheet, instead of having the whole grid row highlighted.

Thanks in advance.

Re: Cell by Cell navigation

Posted: Thu Mar 19, 2009 1:42 pm
by karweru
Rathi,Esgici,Roberto,Grigory, Anyone? Please.

Re: Cell by Cell navigation

Posted: Thu Mar 19, 2009 2:25 pm
by Rathinagiri
IMHO, It can be done only in Edit in place mode.

Re: Cell by Cell navigation

Posted: Thu Mar 19, 2009 2:36 pm
by esgici
Hello Karweru

Sorry, I don't know a way for achieve this.

Regards

--

Esgici

Re: Cell by Cell navigation

Posted: Thu Mar 19, 2009 8:10 pm
by luisvasquezcl
this is not possible.
The grid control only allows you to browse not only for cell lines.
Regards,
Luis Vasquez

eso no es posible.
El control grid solo permite navegar solo por lineas no por celda.

Re: Cell by Cell navigation

Posted: Fri Mar 20, 2009 8:32 am
by gfilatov
karweru wrote:Rathi,Esgici,Roberto,Grigory, Anyone? Please.
Hello,

AFAIR It isn't with standard HMG grid.
But you can you a nice TsBrowse library for that case.

syntax:

@ 10,10 TBROWSE Grid1 ARRAY aTab;
WIDTH 620 ;
HEIGHT 326 ;
HEADERS ' ','Last Name','First Name','Phone','Value','Date','Num.','Logic' ;
WIDTHS 18,100,100,100,60,80,40,40 ;
IMAGE "br_em","br_ok","br_no";
EDIT CELLED;
...
Take a look for CELLED clause. It will be trick. :idea:

Re: Cell by Cell navigation

Posted: Fri Mar 20, 2009 10:20 am
by sudip
Thank you Grigory Filatov,

I was searching for this feature for some days. I compiled and it works fine.

With best regards.

Sudip

Re: Cell by Cell navigation

Posted: Fri Mar 20, 2009 12:08 pm
by karweru
Grigory,

Thanks so so much. Problem solved. I'm very gratefull.

:D

Gilbert.