Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fill 3 text fields when cell in flex grid clicked or dbl clicked

Status
Not open for further replies.

vbmorton

Technical User
Dec 27, 2004
44
US
Was wondering if someone can assist me, i have a flex grid, that has 3 text fields at bottom of grid, part no, part desc, and location. how do i get those fields to populate with my sql data that has filled the flex grid perfectly into 3 columns. I want to be able to select any cell in grid and then automatically fills the text fields with that rows values into each seperate text box.

any ideas would be appreciated.
 
I'm not sure what you're saying exactly. If you mean by "3 text fields" that you're trying to populate the bottom row of the flex grid with values, I wouldn't do that. Just put 3 text boxes underneath your flex grid. Use a frame if you like. Then all you have to do is write code in the click and doubleclick event handlers to populate the text boxes.

HTH

Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top