Hi,
Question regarding WebCombo's within an UltraWebGrid. I have a WebCombo loaded within a grid column that is bound with a data source that has (e.g. 50) records and the grid has (e.g. 10) records. Does the grid render out a separate WebCombo control for each row within it the UltraWebGrid with its own data source and records? Resulting in 500 records being in the webpage view state, or does it just use the one data source and record set for each WebCombo that is display? Resulting in 50 records being in the webpage view state.
Thanks
Answer assumes you are using the combo as an editor control and not inside a template column.
Only a single combo is outputted to the client. It is then used on all cells in that column by moving it over the cell currently being editted.