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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BulkEditGridView

Status
Not open for further replies.

ogri

Programmer
Sep 26, 2000
74
GB
Hi

I have a web page I need to modify that uses the BulkEditGridView from realworld.grids.dll. Up to now this has done the job.

I need to amend the page slightly and the result is that a drop down list on each row needs a parameter from that row.

Ie, one of the fields is a list of people, but the list of people needs to change slightly depending on another field on the row.

I cannot work out how to add a parameter like this.

Any suggestions?

All the best

Keith
 
does it support all the features of a standard gridview? if so use a template column add a dropdown to the template. then you can populate the dropdown and set the selected value in the RowDataBound event.

Jason Meckley
Programmer

faq855-7190
faq732-7259
 
Hi

It supports most. I will investigate the RowDataBound event.

There already is a drop down for each row, but they all have a common source. Selected value isn't a problem. It is having a slightly different source (ie, needing a parameter) for each row. Hopefully I can set that with the event you mentioned.

All the best

Keith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top