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

New AJAX grid features

1 Answer 64 Views
Grid
This is a migrated thread and some comments may be shown as answers.
R N
Top achievements
Rank 1
R N asked on 31 Jul 2008, 06:00 PM
Please clarify my following assumptions/questions:

I understand from a previous posting that the new AJAX version combines all the RadControl folder stuff (style sheet and JS) into one dll. If so, I would like to know how I can customize the style sheet.

Does the grid support more than three levels of hierarchy?

I would like to do row level editing in the grid. Does the grid support, apart from inline SQL, stored procedures? Also does it support Oracle queries? I am told that you support SQL server and "Object based" data.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 01 Aug 2008, 02:03 PM
Hi R N,

The new RadControls for ASP.NET AJAX combines only some of the existing skins. If you need to use another skin, you will need to place the skin files inside the project and regiester the CSS class on the page. Before doing that, please make sure you set EnableEmbeddedSkin="False" for the control, so that it does not load any styles from the embedded skins.

RadGrid supports an arbitrary level of hierarchy, there is no limit to the depth.

RadGrid supports any data source that can be referenced and managed in ASP.NET. Any object collection that implements the IListSource, IList, IEnumerable, or ICustomTypeDescriptor interface is bindable. Therefore, RadGrid does not impose any requirements on the database type. The only requirement is for the ASP.NET framework to provide some means of connecting and communicating to that database. In this respect, SQL stored procedures are supported by SqlDataSource control (as of ASP.NET 2.0) and RadGrid successfully binds to a SqlDataSource control.

Greetings,
Veli
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
R N
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or