Hi All, I would like to inject Javacript code to manipulate HTML inside user control on server side RadGrid_EditCommand. Based on category value of a row, I would need to change editable fields on the fly. So if category is 1 then only show A, B field. If it is 2 then show B, C on the edit form.
Many Thanks,
<EditFormSettings UserControlName="N.ascx" EditFormType="WebUserControl">
</EditFormSettings>
protected void RadGrid_EditCommand(object source, GridCommandEventArgs e)
{
// inject javascript here to manipulate HTML in usercontrol????
}
Many Thanks,
<EditFormSettings UserControlName="N.ascx" EditFormType="WebUserControl">
</EditFormSettings>
protected void RadGrid_EditCommand(object source, GridCommandEventArgs e)
{
// inject javascript here to manipulate HTML in usercontrol????
}