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
175
How can I put a webcombo in a UltraWebGrid?
posted
For example i have a grid called 'Employees' with those columns:
  • ID:
  • Name:
  • LName:
  • Address:
  • Country:

and the country is a WebCombo that takes data from a database (e.g. all the countries). The thing that I want to do is when the grid is initialized, each webcombo has default value, the value that it is stored in the database. For example:

  • id         name    lname   address         country
  • 1          John      Smith     Something1     England (ß it is a WebCombo)
  • 2          Anna     Smith     Something2     German (ß it is a WebCombo) 
And when I change the country from a specific row should reflect the change also in the database. Is this possible?? 

 

Parents
No Data
Reply Children
No Data