Hi,
I was wondering whether is there a way where i can bind(Edit Binding) the RadComboBox to a column in a table but it's data source(choose data source) is from a different table compare to the binding table. The reason why i want to do this is:
1. I have a table in the database which contains all the items require for the combobox where a user can add/remove the combobox item and if i use "Build RadComboBox" the item is fix, when ever i want to add/remove and item the webmaster have to do it. Whereas if i use a database, the item of the combobox can be add/remove directly without the webmaster.
2. the combox box's item is filter depending on another combobox item
3. i'm using custom command item template for add,delete,update record and etc and by binding the combox to the column in a table reduces coding such as INSERT sql command.
So, is there a way to do this? Is there any sample that i can rely on?
Thanks.
I was wondering whether is there a way where i can bind(Edit Binding) the RadComboBox to a column in a table but it's data source(choose data source) is from a different table compare to the binding table. The reason why i want to do this is:
1. I have a table in the database which contains all the items require for the combobox where a user can add/remove the combobox item and if i use "Build RadComboBox" the item is fix, when ever i want to add/remove and item the webmaster have to do it. Whereas if i use a database, the item of the combobox can be add/remove directly without the webmaster.
2. the combox box's item is filter depending on another combobox item
3. i'm using custom command item template for add,delete,update record and etc and by binding the combox to the column in a table reduces coding such as INSERT sql command.
So, is there a way to do this? Is there any sample that i can rely on?
Thanks.