Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
165 views
Hi, 
I am having this weird problem with my aspx page design page.
I inserted a panel in a cotentPlaceHolder, within there is a table.
on the design page I get the error "error creating control . unknown server tag 'telerik:RadTextBox'.
when i run this page to the browser it look fine.

help!
Princy
Top achievements
Rank 2
 answered on 28 May 2013
1 answer
219 views
I am using Telerik's Rad Textbox in my asp.net application, when the browser prompts me to save username and password, I click Yes, the browser then populates the username and password in the textboxes but when I click submit button or click enter, an empty textbox error message is shown .  In other words I want to built a login page with rad textboxes and want the browser to remember username and password. The version I'm using is 2012_3_1308.     Thanks
Princy
Top achievements
Rank 2
 answered on 28 May 2013
5 answers
183 views
Hi - I have taken over the development and maintenance of an AspDotNetStoreFront website which utilises the Telerik RadEditor and have encountered an issue when updating a topic.

This issue is based around the auto completion of valid XHTML and it being saved to the database.  I have researched various posts and information but cannot find any specific information which matches my problem.

the problem:

The client highlighted me to a page where the layout of the front end of the site was displaying incorrectly, and so viewing the code within the page I could see INVALID HTML <div> elements.  Navigating to the admin area where the page information was stored, I could see the code within the RadEditor (HTML mode) and copied and pasted the code - running through it I could see that all opening <div> elements had their corresponding closing </div> elements.

having run a few tests, I can confirm the following:

opening an empty radeditor page, and typing within the HTML mode:

<div>

clicking update, this refreshes the page and updates the database - the RadEditor now displays <div></div> within the HTML mode window.

Checking the database - the value inserted is only <div> !!!

if I simply update the RadEditor again without changing anything, this then injects the full <div></div> as this is the value being passed from the editor to the SQL update statement.

So, if a customer accidentally inserts some invalid HTML, this will break their layout, but then viewing the code in the RadEditor, it has been corrected to be valid - but this is NOT what is stored in the database.  Double updating could be a solution, but the client is NOT happy with this in any way (as small an action as it is - he doesnt not feel it is acceptable).

PLEASE can you help to diagnose what this is doing and why.
in an ideal world I would like to turn off the auto XHTML (something I believe is not possible based on previous forum requests from others) - or at least fix the problem so it sorts out the XHTML BEFORE it submits to the database, therefore saving the correct HTML code.

Your help is very much appreciated.
Nikolay
Telerik team
 answered on 28 May 2013
6 answers
124 views
Hi, 

I have a radgrid which i populate runtime using a dataset.
After that i need to add a radcombobox to every cell in one column of the radgrid.

For eg in the code below, for all cells in the "SECOND" column, i need a dropdown.
Can I get some help? Sample code will be very helpful

Dim tbl As DataTable = New DataTable
       tbl.Columns.Add("FIRST")
       tbl.Columns.Add("SECOND")
       Dim i As Integer
       For i = 0 To 4
           Dim row As DataRow = tbl.NewRow
           row.Item(0) = "ONE"
           row.Item(1) = "TWO"
           tbl.Rows.Add(row)
       Next
       RadGrid1.DataSource = tbl
       RadGrid1.Rebind()

Princy
Top achievements
Rank 2
 answered on 28 May 2013
1 answer
86 views
Hi,

I have to write some server side custom code when user double click in Scheduler day cell (not on appointment). But not sure, how to capture double click event?

Thanks
Plamen
Telerik team
 answered on 28 May 2013
1 answer
227 views
Hello everyone ,
i have done with Export To Excel  but now i need some customization in that here is scenario,

when i click on Button ExportToExcel i need one Popup in that i want to List Out all Grid Column Name with CheckBox , where i can Check some of them and then press ok it will export file with that many of selected column from column.


Thanks
Princy
Top achievements
Rank 2
 answered on 28 May 2013
2 answers
209 views
I am able to export hierarchical RadGrid to Word and Excel and working fine. But when try to export hierarchical data into CSV, it will export only MasterTableView to CSV. No Detail Tables  are export to CSV. I have read help document saying that there is limitation of the RadGrid to export data into CSV. Known Limitations.

Is there any work around for exporting hierarchical grid into CSV ?
Is there any specific issue for not exporting hierarchical RadGrid to CSV?

Thanks in advance. Waiting for response.
Ravi
Top achievements
Rank 1
 answered on 28 May 2013
5 answers
133 views
when image is inserted and you mark it and click image manager button in editor, there is an pop up message "NonExistingFolder"

I am using a custom content provider.

Any suggestion to fix this problem are highly appreciated.
Stanimir
Telerik team
 answered on 28 May 2013
1 answer
147 views
Greetings,
I am using Telerik Rad Scheduler to create a schedule which uses double resources (datasets obtained from ms-sql via c#)
The first table consists of daily shifts of engineers (during which hours they are available), this data is grouped by engineer name so I have no problem.
However there is another dataset which carries the information about assigned tasks to these engineers. I am trying to group this dataset by engineer names as well and add it to the scheduler yet I haven't found any document about Telerik Rad Scheduler supporting grouping of multiple resources. Is there any workaround for it (rather than adding it on code behind) or am I missing something easy at all ?
Any help will be appreciated
regards
Shinu
Top achievements
Rank 2
 answered on 28 May 2013
1 answer
102 views
i'm using radupload in formview  control asp.net 

why UploadedFiles.Count always 0??!!

otherwise when i use RadUpload without formview it's running.

Thanks

Princy
Top achievements
Rank 2
 answered on 28 May 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?