Hi all,
In my code behind I'm setting a string behaviour for the items in my grid in the radgrid item created event. I want to be able to the following client side in jscript.
Any ideas / input ?
Thanks,
Jim
In my code behind I'm setting a string behaviour for the items in my grid in the radgrid item created event. I want to be able to the following client side in jscript.
TextBox txtBox = (TextBox)dataItem.FindControl("rtbDIN"); TextBoxSetting stringSetting = (TextBoxSetting)RadInputManager1.GetSettingByBehaviorID("StringBehavior"); stringSetting.TargetControls.Add(new TargetInput(txtBox.UniqueID, true)); Any ideas / input ?
Thanks,
Jim