Click here to Skip to main content
15,894,539 members
Please Sign up or sign in to vote.
2.00/5 (3 votes)
See more:
Hello

How to add datatable datacolumn to Infragistics ultragrid valuelist?Only one column.I will use this column style as dropdownlist.

Thanks in advance.
Posted
Comments
ZurdoDev 12-Mar-13 17:01pm    
Have you looked on infra's website?
Rajeev Jayaram 12-Mar-13 17:06pm    
Infragistics doesn't seem to provide this facility, see my answer below.

1 solution

The UltraGridColumn Class Members[^] doesn't have a datasource that consume data table/data column. See this Valuelist Property[^]

In case of UltraGrid, see below for consuming dataset,
UltraGrid Datasource property[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900