This question is locked. New answers and comments are not allowed.
Hi,
ComboBox is not showing the selected value on edit of grid. Here is the code that i have used to bind ComboBox:
ChanneldrpDwn.fill(
Thanking you in Anticipation.
Regards,
Dhaval Shukla
ComboBox is not showing the selected value on edit of grid. Here is the code that i have used to bind ComboBox:
var ChanneldrpDwn= $('#channelid').data('tComboBox');ChanneldrpDwn.fill(
function () { ChanneldrpDwn.select(function (item) {return item.Value == e.dataItem['channelid'].id; }); });Thanking you in Anticipation.
Regards,
Dhaval Shukla