Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
147 views
Hi friends,
    can any one help me how to solve this problem in my grid

    this problems arises when i enter blank in page size textbox and          click the change link in the page navigation control
please anyone help...

thanks


Page size:Change
Vlad
Telerik team
 answered on 23 Sep 2008
1 answer
59 views
when i use nant compile radcontrols, almost last step i got a build error :

--------------------------------------------------------
compressJavaScript:

     [echo] compressing: E:\working\C#\Techseed.Source\RadControlsAjaxSource\rel
ease\Telerik.Web.UI\Ajax\Ajax.js
     [move] 1 files moved.

BUILD FAILED


E:\working\C#\Techseed.Source\RadControlsAjaxSource\release\Build\default.build(68,18):
External Program Failed: cmd.exe (return code was 1)

Total time: 4.1 seconds.

------------------------------------------------------------------

please help
Atanas Korchev
Telerik team
 answered on 23 Sep 2008
1 answer
285 views
I am getting the error "Missing operand after 'a' operator" when I have master/detail views of RadGrid for AJAX.Net. This error happens when user attempts to drill into detail table and value of the DataKeyNames of the parent table has a single quote '.  I found one thread that someone had shared similar error. 

http://www.telerik.com/community/forums/thread/b311D-ebecm.aspx

However, he had to resort to an alternative to use two grids instead of master/detail. I'd rather use master/detail. Can you help? Thanks.

Here is my snippet of my master/detail relation. City has single quote in value

<

DetailTables><telerik:GridTableView DataKeyNames="City" Name="ITContact"  GridLines="None" Width="100%" BorderStyle="None" GroupLoadMode="Client">
<ParentTableRelation>
<telerik:GridRelationFields DetailKeyField="City" MasterKeyField="City" />
</ParentTableRelation>


In debugging, I have no problem in retrieving the detail table of City with single quote in value. The statements of below in DetailTableDataBind event handler executes with no error.

switch (e.DetailTableView.Name) {

case "ITContact":
string City = dataItem.GetDataKeyValue("City").ToString();
DataSet dsResult = new WorkflowParticipant().GetITContactsByCity(City);
e.DetailTableView.DataSource = dsResult;
break;

}

Stack trace shows that the error happens at System.Data.ExpressionParser.Parse()
System.Data.ExpressionParser.Parse() +442
   System.Data.DataExpression..ctor(DataTable table, String expression, Type type) +154
   System.Data.DataExpression..ctor(DataTable table, String expression) +35
   System.Data.DataView.set_RowFilter(String value) +192

Rosen
Telerik team
 answered on 23 Sep 2008
9 answers
308 views
Using the old radEditor, when the property SaveInFile was set to true, the content would save automagically within the ASPX or ASCX file in which the control reside.

Now the SaveInFile property is missing as well as the saving. I can't find anything on the documentation to explain this. What am I doing wrong? Will this behavior be supported in Prometheus?

Thank you
Tervel
Telerik team
 answered on 23 Sep 2008
1 answer
145 views
Hello!!!

It is possible to stop the thread and show a RadConfirm to select 'yes' or 'no' inside a function?

For example:
-I click in a button to create an XML file
 -when I'm going to create, I detect that this file exist.
-I want to open a confirm window with a question that says If the user want to remove the XML file and create another one.
-If the users click in 'yes', I will remove the file and create another.
-If not I don't do anything.

Thanks
Georgi Tunev
Telerik team
 answered on 23 Sep 2008
6 answers
143 views
 Hi,

I have used Rad Grid with ajax on one of my aspx page and deployed onto the web server.  It works fine on my development / server boxes.

The above page is called from another website, which is sitting on different domain, and they use JSP. Grid is displayed without any decoration. Add, Update and delete options are displayed as just a link. All the header decoration is missing, header names are displayed. Grid functionality seems to be working fine. I believe the stylesheets links are missing to the Radgrid.

Could you please help to resolve this issue ASAP.
Thanks,
John

John
Top achievements
Rank 1
 answered on 23 Sep 2008
1 answer
367 views
I am using the 'OnDateSelected' to do some checks when the date is changed but I also need to check when they type into the textbox and change the date. I tried adding the onKeyUp event to my datepicker on form load but it does not fire.
The problem is that I enable/disable a button if any thing on the form has changed. If they pick a different date via the calendar the OnDateSelected fires and the button is enabled. If they then type in the textbox and change the date back to the original and click the button, the page freezes because my javascript is trying to disable the button (OnDateSelected fires when the textbox loses focus) at the same time the page is trying to do a postback The button shows in the pressed state and the page just sits there.
Maria Ilieva
Telerik team
 answered on 23 Sep 2008
12 answers
289 views
hello,

i have a design probleme with the raddatepicker and safari V3.0.3
the width of the input date is not correct !
http://www.completude.com/images/safariRadDatePicker.jpg

changing the width property or the DateInput-Width property as no effect under safari !

i'm using the dll version  2007.3.1314.35

Paul
Telerik team
 answered on 23 Sep 2008
1 answer
81 views
Hi there,

implement the Radmenu and to put Radwindow as "modal" and gray background, however, when the Popup of Radwindow is triggered the Radmenu overlaps on the bottom ash, and wanted him to stay low.

You know why that happens?

Tks !!
Georgi Tunev
Telerik team
 answered on 23 Sep 2008
1 answer
261 views
Hi,


I have lower version for radchart control. It is possible to bring stacked bar in the lower version. if possible pls send me any samples.

I'm binding data in view code side..


Thanks,
Kamalpriya

Dwight
Telerik team
 answered on 23 Sep 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?