This is a migrated thread and some comments may be shown as answers.

Tabstrip in editform template on radgrid

5 Answers 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bill Deihl
Top achievements
Rank 2
Bill Deihl asked on 13 Aug 2008, 11:45 PM

 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

Sort by
0
Vlad
Telerik team
answered on 14 Aug 2008, 05:44 AM
Hi Bill,

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.
0
Bill Deihl
Top achievements
Rank 2
answered on 14 Aug 2008, 01:34 PM

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

0
Yavor
Telerik team
answered on 19 Aug 2008, 06:18 AM
Hello 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.
0
Bill Deihl
Top achievements
Rank 2
answered on 20 Aug 2008, 06:50 PM

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

 

0
Paul
Top achievements
Rank 1
answered on 06 Jun 2011, 01:56 AM
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.
Tags
Grid
Asked by
Bill Deihl
Top achievements
Rank 2
Answers by
Vlad
Telerik team
Bill Deihl
Top achievements
Rank 2
Yavor
Telerik team
Paul
Top achievements
Rank 1
Share this question
or