I want to know how to make webcombo to appear in a webgrid cell so you can select one Item from the list and it appears on that cell. OR maybe make a pop-up Grid that consist of list of Items and select one and it appears on the cell you selected for a pop-up Grid to appear.
You need to use the grid's embeddable editor functionality. You can specify an editor to be used for a column in the grid. There's information in the help about how to get this working.
Helen,
I am new to Infragistics and am able to bind the webcombo to the field and it displays when clicked in the grid, however, when I click the selection from the webcombo, it does nothing. None of the samples or help documentation (even the link you provided above) explains this functionality. What am I missing to make the combo put the selected value into the webgrid?
Thanks much