c# - Telerik Rad grid Insert and Update command not firing their events -
i working on project telerik controls used. earlier, grid having 2 template columns command button column firing edit , delete command. clicking on edit automatically convert edit button update button, , delete becomes cancel. working fine, until now.
later added 2 more textboxes inside grid templated column. , made relevant changes in code child controls unboxed. but, on running, found events not firing. is, insert , update; cancel, edit , delete working fine.
one more thing, on clicking page postback, event not fired.
any ideas based on scenario? might faced such conditions.
note: working on remote terminal, clipboard operations , internet blocked there. can connect, write, compile, , execute code there. can't paste here code help.
i got fixed, weird anyhow got working. issue in radgrid template column added attribute visible ="false" , made me sick. removed , every thing went fine..
Comments
Post a Comment