Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Adding a WebCombo droplist into a UltraWebGrid
posted

Hi All,

 I am new to the Infragistics software and am currently experimenting with the UltraWebGrids and WebCombos.  I currently have a working WebCombo existing alone, and a working UltraWebGrid.  I wanted to add the WebCombo into a cell(s) of the data grid.  I thought that it would be as easy as taking the working product, creating a new column (for example) and copying the working WebCombo into the new column.  This did seem to work, except that I cannot click on the droplist in the columns cells and have it activate.   Nothing happens.  I'm not sure if the data is no longer getting read into the WebCombo (everything is linked to an SQL database), or if there's some issue with how I put the WebCombo in the UltraWebGrid.

Here is how I have it currently structured if it is the ladder:

 <igtbl:UltraWebGrid ...> 
<bands> 
<igtbl:UltraGridBand ...> 
<Columns> 
<igtbl:TemplateColumn ...> 
<CellTemplate> 
<igcmbo:WebCombo ...>

Any insight would be extremely helpful for me learning these Infragistic tools!

Parents Reply Children
No Data