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

Add new item feature in Telerik.Web.Ui.dll

4 Answers 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Santhosh
Top achievements
Rank 1
Santhosh asked on 12 Mar 2009, 03:32 PM
hi friends,


i have downloaded some of your sample projects for Grid.

In those i found that on Grid there is feature 'Add new Record' on the top of the grid.

But those samples are built using RadGrid.Net2.dll file.

I am using Telerik.Web.UI.dll controls.

In my Grid i cannot found that feature.

Can anybody help me how to implement that.

sample codes are preferable

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Mar 2009, 03:31 AM
Hi Santhosh,

Try setting the CommandItemDisplay property as shown below.

ASPX:
    
 
<MasterTableView CommandItemDisplay="top"


Thanks
Shinu
0
Santhosh
Top achievements
Rank 1
answered on 13 Mar 2009, 05:50 AM
hI Srinu,

U r code works fine.

but the the images are not shown. where should i need to configure the path for skin settings.

Thanks in advance

regards,
santhosh.
0
Princy
Top achievements
Rank 2
answered on 16 Mar 2009, 06:29 AM
Hi Santhosh,

The new RadControls for ASP.NET AJAX (formerly known as "Prometheus") by default use skins, which are embedded in the assembly, so no need of configure the path. Please make sure that you are using the ASP.NET AJAX version of RadControls.

Thanks,
Princy.
0
Santhosh
Top achievements
Rank 1
answered on 18 Mar 2009, 05:14 AM
Hi Princy,

thank you so much.
Tags
Grid
Asked by
Santhosh
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Santhosh
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or