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
340
Default values in AddRow
posted

I have a WebDataGrid with Row Adding enabled.  I have a column for partNumber, one for PO, and one column contains a dropdown list.  Outside the grid, I have a textbox, radiobuttons, and a search button. 

1. How do I set a default value for the dropdown list in the addRow?  Setting Selected="True" in the editor control does not accomplish this.

2. Depending on the radio button selection, I need either partNumber or PO in the addRow to default to the textbox text after the search is performed.  How would I set this?