Although I have found several posts about similar issues, I have been unsuccessful at getting this to work. I have two columns in a radgrid, one with a radcombobox. When choosing a value from the radcombobox in edit mode, I need to update client side the value of column 2 in the grid from a value in my radcombobox. I don't know how to get a hold of that column's edit mode textbox client side from the OnClientSelectedIndexChanged event of the radcombobox. Thanks
5 Answers, 1 is accepted
0
Hello Ed,
You can achieve this requirement using the approach provided in the following post:
http://www.telerik.com/forums/how-to-change-and-get-value-from-a-dropdownlist-in-a-radgrid-column#jIjRiaOYhkucLZ82pztwow
I hope this will prove helpful.
Regards,
Eyup
Progress Telerik
You can achieve this requirement using the approach provided in the following post:
http://www.telerik.com/forums/how-to-change-and-get-value-from-a-dropdownlist-in-a-radgrid-column#jIjRiaOYhkucLZ82pztwow
I hope this will prove helpful.
Regards,
Eyup
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0

Ed
Top achievements
Rank 1
answered on 19 Jun 2017, 07:26 PM
Thanks for the reply. My impression from those posts is that they only work when the editmode is using edit form and popup. Is this true?
0
Hello Ed,
Which edit mode do you use?
Regards,
Eyup
Progress Telerik
Which edit mode do you use?
Regards,
Eyup
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0

Ed
Top achievements
Rank 1
answered on 22 Jun 2017, 03:56 PM
I put it in the title of this post so we could get an answer quickly.
0
Hello Ed,
Sorry for missing that. The sample here is specifically using InPlace:
http://www.telerik.com/forums/find-control-in-insert-item-grid-client-side#2tgx6AugyU6c562P--mIIg
You can also check the first sample RadGridEditRelatedCombosInPlace.zip provided in the following post:
http://www.telerik.com/forums/radcombobox-cascading-inside-radgrid#GxsIQqyyPkqj1Za-mNbalg
Regards,
Eyup
Progress Telerik
Sorry for missing that. The sample here is specifically using InPlace:
http://www.telerik.com/forums/find-control-in-insert-item-grid-client-side#2tgx6AugyU6c562P--mIIg
You can also check the first sample RadGridEditRelatedCombosInPlace.zip provided in the following post:
http://www.telerik.com/forums/radcombobox-cascading-inside-radgrid#GxsIQqyyPkqj1Za-mNbalg
Regards,
Eyup
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.