I need to have a GridView component (or AspxGridView if need be) on a web page - and be able to have a ComboBox (or equivalent) in one of the columns.
This will show a status for the respective record - i.e. 'Pending', 'Active', 'Completed', 'Cancelled', etc. - which is stored as an integer and then converted to show the corresponding text.
Next to the ComboBox I want to show an Image (with an appropriate colour circle - but easy visual review).
I want the user to quickly be able to change an entry in the ComboBox - and it fire the update against the underlying SQL database table - hold the newly selected ComboBox value and change the Image so that the appropriate colour circle is now shown.
I want to be able to achieve all this without having to completely reload the GridView.
Can someone direct me to a simple example / walkthrough of how to achieve this. I've seemingly gone round and around in circles with this.
Any help would be greatly appreciated.
Thanks in advance.
Steve
This will show a status for the respective record - i.e. 'Pending', 'Active', 'Completed', 'Cancelled', etc. - which is stored as an integer and then converted to show the corresponding text.
Next to the ComboBox I want to show an Image (with an appropriate colour circle - but easy visual review).
I want the user to quickly be able to change an entry in the ComboBox - and it fire the update against the underlying SQL database table - hold the newly selected ComboBox value and change the Image so that the appropriate colour circle is now shown.
I want to be able to achieve all this without having to completely reload the GridView.
Can someone direct me to a simple example / walkthrough of how to achieve this. I've seemingly gone round and around in circles with this.
Any help would be greatly appreciated.
Thanks in advance.
Steve