I'm working on a project that was recently converted from 1.1 to 2.0. We are now moving the latest ajax controls and trying to convert datagrids to radgrids with the least change in code possible.
I have a radgrid that uses inplace editing using EditItemTemplate definitions. All databinding is done in code-behind. (For the grid and dropdownboxes inside the edit template.)
Is there an easy way to get rid of the update/cancel links that show up in the inplace form so that my old buttons in the EditItemTemplate control the updating/cancelling of records? Right now I'm getting double buttons in my form & the telerik buttons don't trigger the code I'm needing.
I'm on a very short timeline and the application is riddled with grids that have EditItemTemplates. I need to make this change as quick as possible without rewriting a ton of code. Any suggestions are appreciated.
I have a radgrid that uses inplace editing using EditItemTemplate definitions. All databinding is done in code-behind. (For the grid and dropdownboxes inside the edit template.)
Is there an easy way to get rid of the update/cancel links that show up in the inplace form so that my old buttons in the EditItemTemplate control the updating/cancelling of records? Right now I'm getting double buttons in my form & the telerik buttons don't trigger the code I'm needing.
I'm on a very short timeline and the application is riddled with grids that have EditItemTemplates. I need to make this change as quick as possible without rewriting a ton of code. Any suggestions are appreciated.