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
190
Adding a combo box at run time
posted

Hi,

I'm building a XamWebgrid at run time but I'm stuck at how to add a combo box onto my grid.  Here is my code to add one of the columns:

grid.Columns.Add(

 

new TextColumn() { Key = "Id", HeaderText = "Id", Width = new ColumnWidth(70, false), Visibility = Visibility.Visible});

Can anyone show me how to do this?  Thanks!

 

 

Parents
No Data
Reply Children
No Data