Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: FlexGrid Question


Message #1 by Clifton Dunaway <csdunaway@y...> on Mon, 24 Sep 2001 03:49:08 -0700 (PDT)
Yes
Placing the combo is an excelent idea. But what u can also try is using 
third paryt control like True DB Grid.
This is a third party control providd by Apex.
This gird has got excellent features. and will fit into ur requirements.
Also if required i shall send u the code to add a combo in the grid.
Regards,
Deepak Londhe


>From: "Bhamini Saboo / Bharat Saboo" <bharatsaboo@y...>
>Reply-To: "professional vb" <pro_vb@p...>
>To: "professional vb" <pro_vb@p...>
>Subject: [pro_vb] Re: FlexGrid Question
>Date: Thu, 27 Sep 2001 11:25:02 +0530
>
>you will have to make one combobox at design time and set its visible
>property to false.
>then whenever any cell is clicked make the combobox visible within the cell
>by setting the dimension properties of the combobox as per the cell.  fill
>the combobox with the required data and voila !
>the user will never now what is happening and you have a seamless control.
>
>i hope you are able to work this out.
>
>bharat
>
>----- Original Message -----
>From: Clifton Dunaway <csdunaway@y...>
>To: professional vb <pro_vb@p...>
>Sent: Monday, September 24, 2001 4:19 PM
>Subject: [pro_vb] FlexGrid Question
>
>
> > I have a new application to build. I need to use a grid, that within 
>each
> > cell, I can have the functionality of a combo box. For example, each 
>cell
> > needs to have a drop-down list for the user to pick from, or allow him 
>to
> > type a new value.
> > Does this functionality exist? If so, could someone please show me how? 
>If
> > not, is there a third party tool that does this?
> > Thanks,
> > Clif Dunaway
>


  Return to Index