
I have a radgrid with a template to edit a pretty big record.
I created the template, added a few fields, edited, saved all is well.
Next I added a tabstrip to the template, created tabs for billing address, mailing address, etc…
Everything looks great but when I try to update the record the information in the tabstrip does not get saved. (None of the tabs)
The few header fields outside of the tabstrip do update fine and no error is generated.
I hope this makes sense.
Thanks for any help.
Bill
5 Answers, 1 is accepted
Are you using two way binding (Eval() and Bind() expressions)? Please provide a bit more info how the grid is configured in your scenario?
Sincerely yours,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Good morning Vlad.
I set the bindings of textboxes in the edit template tool of property builder. I want to say it used bind but it is whatever the default is. (I haven’t made the office yet).
Again, the items outside of the tabstrip work fine and they are all set the same way. The fields in the tabstrip display the existing data, I just can’t update.
Some further information that I should have provided on the original post. The tabstrip uses a pageview control to contain the different edit fields.
Thanks for looking into this.
Bill
Unfortunately, based on the supplied information it is very hard to determine the cause of the problem.
To further investigate the issue, please open a formal support ticket, and send us a small working project, incorporating your logic, and displaying the unwanted behavior. We will review it locally, and get back to you with our findings.
Greetings,
Yavor
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Ok, credit where credit is due.
This turned out to be a problem in my datacontext in Linq. Too many changes at once I guess.
I created a new page and just used the basic settings on the radgrid. Autogenerated the edit form/column. Turned on autoupdates.
Same update problem.
If there was an error to work with, that might have helped but at least I know where to look if the problem happens again.
The radgrid control is working perfectly with the custom edit template and the radtab/radpage on it now.
Hope that helps someone else.
Bill

I know that this is an old topic, but I am new with Telerik and struggling to get a similar situation to what you described here working correctly.
What I have is a radgrid with a custom edit form. In that custom edit form there is a tabstrip...on some of the tabs there are simple text fields and additional child radgrids for collections of things.
Can you post any code to show me how you got your tabstrips working correctly?
Thanks in advance.