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

Select Item that was inserted

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Wired_Nerve
Top achievements
Rank 2
Wired_Nerve asked on 08 Jun 2010, 06:33 PM
1.  Page uses LinqDataSource to bind grid on the aspx page.
2.  Grid uses Paging (variable size depending on what the user has selected from dropdown).
3.  User inserts new records via USER CONTROL.
4.  Once record inserted, I need to select that record in the grid to display the details.

I am using a linqToSQL linqdatasource webcontrol on my page.
The grid binds to this control to populate the data.
I use a User Control to Update and Add new records to the database.  
  <EditFormSettings UserControlName="SiteDetails.ascx" EditFormType="WebUserControl">
            </EditFormSettings>

Now I need to allow the user to insert a new record.  
Save the record then have the radGrid select that record.  
We use paging also. I have looked at several of the examples, they all tend to use a datasource in the code behind and bind the grid to that -- We do this via the linqdatasource web control  




1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 11 Jun 2010, 11:54 AM
Hi Warren,

It appears that the current thread is a duplicate on the support ticket, which you have opened.
To avoid duplicate posts, we can continue our communication in the support ticket in question.

Best wishes,
Yavor
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Wired_Nerve
Top achievements
Rank 2
Answers by
Yavor
Telerik team
Share this question
or