Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
264 views
Hi I tried the radgrid examples from TelerikRadControlsAspNet_tutorial.pdf
I tried the Adding Detail Information on the grid ( 2.1.3. Adding Detail information).When I run the application i got the error msg,when I clicking on the + node.

No mapping exists from object type Telerik.Web.UI.GridTableCell to a known managed provider native type.

Pls help me regarding this

Abdul Kadar
Top achievements
Rank 1
 answered on 26 Oct 2008
3 answers
170 views
Hi

I am having some trouble with dynamically created radtabstrip, radmultipage and radpageviews.

Here is what I am doing. I am creating a tabstrip, multipage and pageview dynamically on pageload. There is a button created as well on the page after these controls are created. Everything is created dynamically.

The button which is created when clicked should add another tab and page view to the existing tabstrip and multipage. Its adding tabs when I click the button but it doesn't create a pageview instead the already created pageview (on pageload) is gone.

What is the solution to this problem? All the controls are created dynamically and are added to a place holder on the page. I am using this http://www.denisbauer.com/ASPNETControls/DynamicControlsPlaceholder.aspx place holder which persists its child controls.

Can someone please help me with this?

Thanks
Atiq
Atiq Ur Rehman
Top achievements
Rank 1
 answered on 25 Oct 2008
4 answers
160 views

Hi,

I have s small problem.

I have tried the demo Grid/DataEditing/TemplateFormUpdate. It works great (of course) but I would like to change one thing.

 

The result label should be inside the Template edit area:

 

<EditFormSettings EditFormType="Template">

    <FormTemplate>Here!

 

But I cant reach that. The original code in the demo is:

private void DisplayMessage(bool isError, string text)
{
    Label label = (isError) ? this.Label1 : this.Label2;

    label.Text = text;

}

 

I use:

private void DisplayMessage(bool isError, string text)

{

    Label errorLabel = (Label)FindControlRecursiveBobBooksRadGrid, "Label2");

    errorLabel.Text = text;

}

 

The reason to this is that I use a lot of server-side error checking and throw different Exceptions. I catch them and presents the information in a label that I have put next to the textboxes.

 

I catch the error like this:

if (e.Exception != null)

{

    e.KeepInEditMode = true;

    e.ExceptionHandled = true;

    DisplayMessage(true, e.Exception.Message);

}

 

So my question is: whats the best way to run the server-side error checking raise an exception (when needed) and present the result in a label next to the textboxes.

Thanks

Kalle

Carl-Johan
Top achievements
Rank 1
 answered on 25 Oct 2008
2 answers
214 views
I'm trying to use the GridDateTimeColumn in a RADGrid vQ2 2008 Ajax.

I couldn't find any documentation.

Things I would like to do with it.
  • show date picker onClick
  • specify a default date (today) when the field is empty or when it is an insert
  • validation
briankb
Top achievements
Rank 2
 answered on 25 Oct 2008
13 answers
214 views
I installed the controls and opened the sample file and within the toolbar it shows RadControls for ASPNET AJAX.  When I open an existing project it doesn't show me.  I'm not sure how to add it?

Thank you for any help
Jerry
Simon Holman
Top achievements
Rank 1
 answered on 25 Oct 2008
5 answers
185 views
Hi,

Using : IE7.0, IIS6.0, XP64

I have installed RadUpload AJAX. The upload works, the RadProgressArea display. However, during any and specifically a large upload the progress bars does not show progress. The 'Total Files' shows correctly and the 'Elapsed time' increments.None of the other statistics are updated. Minimum attributes are used for the RadProgressArea.

Where am I going wrong?

Your help would be greatly appreciated.

Lyle Megli
Top achievements
Rank 1
 answered on 24 Oct 2008
3 answers
120 views
Hello,
We just started trying out all these new Telerik Rad Control recently for our company. We were really enjoying the controls and all the nifty things they were doing for us, seemed like a great product. Until this morning we placed our global.asax file into my test project. Suddenly all the controls quit working in firefox. If I comment all the code in my global.asax file things work fine, but when the code is running. No controls no skins nothing. Anyone have any ideas what would be causing this? Our Global.asax does our compression for all our websites. I pulled it off the project of another developer who is using rad controls that work with just some problems with skins. If I change from a radscriptmanager to just a ajaxscriptmanager i get some functionality but not all of what I have when using IE. Anyone have any ideas?
Thanks,
Matt
Matt
Top achievements
Rank 1
 answered on 24 Oct 2008
4 answers
217 views
Hi,

I am using Radgrid and i want to enable and disable the Dropdownlist on the button click in my Edit Form. Both Button and the Dropdown are in the EditForm of my RadGrid. Please let me know if this is possible.


Regards
Monisha.
Monisha Bhatia
Top achievements
Rank 1
 answered on 24 Oct 2008
2 answers
937 views
Hi,

I was wondering whether is there a way where i can bind(Edit Binding) the RadComboBox to a column in a table but it's data source(choose data source) is from a different table compare to the binding table. The reason why i want to do this is:

1. I have a table in the database which contains all the items require for the combobox where a user can add/remove the combobox item and if i use "Build RadComboBox" the item is fix, when ever i want to add/remove and item the webmaster have to do it. Whereas if i use a database, the item of the combobox can be add/remove directly without the webmaster.

2. the combox box's item is filter depending on another combobox item

3. i'm  using custom command item template for add,delete,update record and etc and by binding the combox to the column in a table reduces coding such as INSERT sql command.

So, is there a way to do this? Is there any sample that i can rely on?

Thanks.
bEnDi
Top achievements
Rank 2
 answered on 24 Oct 2008
3 answers
102 views
Sir

I am using the trial version of RadControls for ASPNET AJAX Q1 2008.
I couldnot get Telerik.WebControls,DockManager,etc

Please help me..
Thanks
Trey Shaffer
Top achievements
Rank 1
 answered on 24 Oct 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?