Jump to content

How to add ComboBox column to DataGrid?


Guest Abinash Tumulu

Recommended Posts

Guest Abinash Tumulu

I have a requirement. In grid view 3 columns, 1st column - text, 2nd column - Text, 3rd column - ComboBox(twist is that, depending on the 2nd column only 3rd column's items should populate)

e.g:

-------------------------------------------------------------------

Item || Operation || Status (combobox items)

-------------------------------------------------------------------

Door || Cleaning status || Cleaned,Not Cleaned,Avg Cleaned

Bathroom|| Water availability || Full, Empty

Bar || Availability || Empty,10-20,20-30,30-40

Window || Cleaning status || Cleaned,Not Cleaned,Avg Cleaned

on click of save button, I have to save to DB(loop and save)

So How Can I achive this task..... Anyone give idea.....

Regards

Abinash

Link to comment
Share on other sites

  • 3 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.