Hi,
this is the first time i touch asp.net and telerik.
I have been trying to figure something out for quite a while :
i have a table in a database:
ID NAME NICK
123 Mario Mar
234 Maria Mia
.
. and so on...
I am starting out with an empty radgrid containing a template column that has a radComboBox inside. that radComboBox is populated from SqlDataSource (the ID). I have two more columns, Name and Nickname that all i need them to display is the Name and Nickname according to that table in the database that is in a Dataview variable called data now. it does not matter if the Name and Nickname columns are read only textboxes or labels.... the RadGrid is editable in-line.
how can i display the name and nickname when the user selects an ID from the RadComboBox while in edit mode and save that line in the table ?
Example: in edit mode if i select the ID 123 it will instantly display Mario and Mar in the corresponding columns. and when I click the Insert button it will be inserted in the table. and then finally if i click the submit button it will send the table to the database... but thats another issue..
THANK YOU HELPERS ! ( just take it easy on me.. I'm still very new and learning.. )
this is the first time i touch asp.net and telerik.
I have been trying to figure something out for quite a while :
i have a table in a database:
ID NAME NICK
123 Mario Mar
234 Maria Mia
.
. and so on...
I am starting out with an empty radgrid containing a template column that has a radComboBox inside. that radComboBox is populated from SqlDataSource (the ID). I have two more columns, Name and Nickname that all i need them to display is the Name and Nickname according to that table in the database that is in a Dataview variable called data now. it does not matter if the Name and Nickname columns are read only textboxes or labels.... the RadGrid is editable in-line.
how can i display the name and nickname when the user selects an ID from the RadComboBox while in edit mode and save that line in the table ?
Example: in edit mode if i select the ID 123 it will instantly display Mario and Mar in the corresponding columns. and when I click the Insert button it will be inserted in the table. and then finally if i click the submit button it will send the table to the database... but thats another issue..
THANK YOU HELPERS ! ( just take it easy on me.. I'm still very new and learning.. )