Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
94 views
When using Radcontrols in Visual Studio, will I be able to see it visually when developing a web part for sharepoint?
Sebastian
Telerik team
 answered on 29 Mar 2010
5 answers
460 views
Hi,
    We have remove the grid line by useing ItemStyle-BorderStyle="None" and HeaderStyle-BorderStyle="None" properties and it's working fine for the header and the 
DataItem row but the grid lines are still visible for the 1st row ( i.e the row just below the header ).
One more issue is here any way to make those row height more lessen(desired) for the grid row.
Basically we want to impliment the those features without using the css file only by setting the Grid properties.


Thanks,
Sanjeev
Dimo
Telerik team
 answered on 29 Mar 2010
2 answers
342 views
Hi,
I want to display a message when i click a button.
So, from server side in my button_click i have below code:
grid.Controls.Add(new LiteralControl(string.Format("<span style='color:red;font-size:Large;'>{0}</span>", text)));

The message displays fine. but it is displaying my grid's footer.

Can someone help me with a code to align the message on top (header?).
I really need this badly.
I understand we can use,
grid.Controls.AddAt('position',new LiteralControl(string.Format("<span style='color:red;font-size:Large;'>{0}</span>", text)));

How can i set the position to grid's header?

thanks.

Robert Jakech
Top achievements
Rank 1
 answered on 29 Mar 2010
1 answer
106 views

 

Hi All
I used an div tag with an img tag & Label,I set Border with 0

 

<div>

 

 

 

 

<img class="mainbarimg" alt="" />

 

 

 

 

<asp:Label CssClass="headlabel" runat=server id="lblcustomers" Text=" " ></asp:Label>

 

 

</div>

and my css class is:

 

.mainbarimg

 

 

 

 

{

 

 

background:url(../images/row-right.jpg);

 

 

 

width:3px;

 

 

 

height:30px;

 

 

 

float:right;

 

 

 

border-style:none;

 

 

}

But Border Appear arround My IMAGE

 

 

Edit your post Reply

Shinu
Top achievements
Rank 2
 answered on 29 Mar 2010
2 answers
129 views


Hi

I am very new to RadGrid AJAX. I encountered a situation getting datasource from other applications using their api
one of my customer set up api for us to provide some information. I have to make gridview to show datas from customer
External API will send 20 rows data per every tractation . And it will give us total count of data and current page's number
So i have to make paging area in my radgridview based on information comes from external api
( ie  total page number and current page property) it's not allowed to get all data using external API because there maybe 
contains huge data depends on condition So It should be avoid to get all data from external API. I don't know how to make 
paging area based on the above data and how to bind new datasource when end user click next button of paging or number of 
page . Please Let me get some advice to overcome this situation. Any Advice will be appreciated.

Regards,
Eum
Hyoung woo Lee
Top achievements
Rank 1
 answered on 29 Mar 2010
1 answer
144 views
Dear Telerik,

I have created a wcf service for a combobox based on the example http://demos.telerik.com/aspnet-ajax/combobox/examples/loadondemand/wcf/defaultcs.aspx

It works fine on my local machine. However when I try to publish it, it fails and shows the message:
"The server method 'GetProjects' failed."

Could you help me out?

Best wishes,

Robert.

P.S. I hosting on a Windows Server 2008 with IIS7.
P.P.S. The error is "500 System.ServiceModel.ServiceActivationException"
Robert Smit
Top achievements
Rank 1
 answered on 29 Mar 2010
10 answers
474 views
Hi,

I am trying to use the captcha control inside a login control. I also changed the username and password textboxes to Radtextbox. I added another RadTextBox to act as the Validated textbox of the Captcha control (since the captcha control uses a normal input box not a Rad). I also added a validation summary.
My problem is when I click the log in button after entering the username, password and the image code, The image refreshes, the validated text box remains the same code entered for the old image and the validation summary returns an error the code doesn't match the image. I tried clearing the text box after but the same error from the validation summary is still the same. This prevents the form from actually submitting.

I hope I explained my problem clearly.

Best regards,
Sameh
Pero
Telerik team
 answered on 29 Mar 2010
1 answer
82 views
Hi,
 
Is it possible to create a rad tree and then load it in javascript.

Something like,

   var tree = new Telerik.Web.UI.RadTreeView();
    var treedata = ".....";   // string compatible with radtree xml format
tree.load(treedata);

or tree.set_element(treedata);

Please let me know, whether any one of create or load is possible in javascript.
Thanks in advance !!!
Yana
Telerik team
 answered on 29 Mar 2010
1 answer
205 views
I'm fighting with client-side style issues in the built-in ASP.NET RadioButtonList and CheckBoxList.

Why hasn't Telerik created these as enhanced Rad controls?
 
It sure would be nice to stick to one client-side API.

Thanks,

Ken
Dimo
Telerik team
 answered on 29 Mar 2010
5 answers
208 views
Dear SUpport,

I installed the newest version of the AJAX Telerik Controls (2010 Q1) and want to try out the JavaScript Intellisense.

How does this feature works. If I try there is no JavaScript Intellisense.

Must I enabled this feature anywhere?

Thanks for help.

Christian
T. Tsonev
Telerik team
 answered on 29 Mar 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?