Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
128 views
I'm trying to generate content on a tooltip dynamically from a database. The problem is, I need to add dynamic check boxes. I looked through the demos but didn't see anything like this. I get an error when I try to add the checkbox, but I put it in to show what I need to do. I couldn't get the button to add either. Do you have any ideas? Here's the vb. The aspx for the tooltip is just standard stuff.

callBack.Text = "<div style=""margin-left: 10px; margin-top: 10px;""><b>Call Backs</b><br /><table cellpadding=""5"">"
callBack.Text &= "<tr><td>Customer:</td><td>Phone:</td><td>Call Back Date:</tr>"
 
Dim check As CheckBox
 
 
While reader.Read()
 
    check = New CheckBox
    check.ID = reader(4)
    check.Text = "Called Back"
 
    If (reader(3).ToString <> "") Then
        callBack.Text &= "<tr><td style=""width: 170px"">" & reader(2) & " - " & reader(3) & "</td><td>" & reader(1) & "</td><td>" & reader(0) & "</td><td>" & callBack.Controls.Add(check) & "</tr>"
    Else
        callBack.Text &= "<tr><td style=""width: 170px"">" & reader(2) & "</td><td>" & reader(1) & "</td><td>" & reader(0) & "</tr>"
    End If 'if reader(3)
     
 
 
End While
 
Dim btn As Button = New Button
btn.ID = "updateCall"
btn.Text = "Update"
callBack.Controls.Add(btn)
AddHandler btn.Click, AddressOf buttonClick
 
 
callBack.Text &= "</table><br /></div>"

 
callBack.Show()
Svetlina Anati
Telerik team
 answered on 03 May 2011
1 answer
89 views
Hi all,


When i change my page on rad datagrid or refresh the grid , along with data object is binded to the rad grid even i have autogeneratecolumns = false.

Any advice
Daniel
Telerik team
 answered on 03 May 2011
1 answer
137 views
Hi,

I'm developing a google-like search webpage and I wonder how to achieve the same presentation. I mean that some items have different layouts. If you look at google webpage, images/videos/news items have different layouts. Can we achieve this using RadListView? (it would mean loading templates dynamically for each item) or maybe using other controls... ?
Maria Ilieva
Telerik team
 answered on 03 May 2011
4 answers
178 views
Hello All,

I am currently performing DDA I have a question regarding the Telerik ASP.NET controls and accessibility support.

Accessibility support for these controls is documented here - http://www.telerik.com/products/aspnet-ajax/getting-started/accessibility-support.aspx.  It states that the Telerik Grid has a W3C compliance level of "AA".  

If you read the W3C WCAC guildelines available here - http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns, you will notice that the example code for identifying row and column information includes "<CAPTION>" and "headers" tags as part of the priority 1 ("A") compliance.  I have checked the Telerik Grid (available here - http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/accessibility/defaultcs.aspx) and it does not appear to generate this information. 

My question is, how is the Telerik Grid "AA" W3C complaint without implementing this functionality?

Many thanks in advance for any information you may have.

Regards,

Aaron
A
Top achievements
Rank 1
 answered on 03 May 2011
1 answer
112 views

I can not figure out what css controls the gray area as shown in the attached image.  What css is it?

Thanks

John
Dimo
Telerik team
 answered on 03 May 2011
1 answer
72 views
Hello,

I used sitefinity skin for the raddcok control. Its really awesome. But there are few dot like appearance at the start of title bar.

It consumes some space. How to remove those dots? Please see attached image.
Bozhidar
Telerik team
 answered on 03 May 2011
1 answer
91 views

Hi,

 I am using Grid component with paging, in ASP.NET MVC2 application, but on page change, all site had been reloaded. I am not using any custom handler, only defaults.

What is the problem here?

Thanks,
Edgar

Iana Tsolova
Telerik team
 answered on 03 May 2011
1 answer
84 views
Can you please help on find a Custom drop down in side a edittool of a  rad editor ?
Rumen
Telerik team
 answered on 03 May 2011
1 answer
73 views
I currently develop using Visual Studio 2005 (ya i know - upgrade... but I can't right now). But I need to make use of some of the IE9 enhancements that are in the latest build.
How can I remain on VS 2005 and use the new version?
Can I stay on ASP.NET 2.0?

Please advise...

Thanks,

Dana Cobb
Biliana Ficheva
Telerik team
 answered on 03 May 2011
1 answer
75 views
Hi,

We are using RadGrid with built in skin, WebBlue and also tried default but we are facing issue that RadGrid do not show Header Row with CommandItemDisplay=Top or CommandItemDisplay=TopAndBottom in Mozila FireFox FF. It is working fine in IE 8.
and it is even working fine with CommandItemDisplay=Bottom.
We are using following version of Telerik.Web.UI.dll: 2010.3.1317.40

Thanks
Pavel
Telerik team
 answered on 03 May 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?