I have a ASPX web site with Telerik controls and jQuery but there is a HTML page without any aspx or Telerik controls (*.html).
How to include jQuery in this HTML page?
I have an edit button in a grid. When I click on it the grid disapears. If I click on a tab the reload of the tab causes the edit to work but for the tab I clicked on. Clues?
I am creating the columns in the grid dynamically and there is a checkbox in the first column. It is appearing disabled. I would like to have the checkbox enabled. Can some one throw some pointers please?
Is it possible to setup the calendar to ONLY postback when the end date of a range is selected. Right now i have AutoPostback set, but it is obviously posting back when the start date of the range is selected which returns no results some times.
Hi I have a grid with 10 Columns which i bind with different data sources at different times.
based on the Databinding my columns gets visible.
Now when i click on a certain column which my grids get sorted for the first time.
now i again bind the grid by perofrming some page action. the problem is my grid still has previously sorted column and my new datasource does not contain this column. due to this i am getting error.
I need something which will deselect any sorted column when i rebind the datasource.
Example:
Grid has datasource with Name, ID and Age Field.
I sort on Name first.
Now i will bind grid with new Datasource which has only ID and Age.
at this moment i am getting error that your datasource does not have column name "Name" for sorting.
Hi
I think will be great to have some new events related to toolbar buttons: OnDleteClicking(ed), OnUploadClicked, etc.
These will provide an easier way to interact with control.
Hope this helps in some way.
I have latest 2011 version of telerik controls. I have also registered Telerik.Web.UI namespace in my ascx/aspx pages. But when I try to use telerik controls the tags are underlined as if they are not recognized. I found in other discussion threads that adding telerik.charting dll to the bin folder does solve the problem, but I am not able to find this dll in my local computer. Could anyone guide me to its location.
I have placed 2 listboxes (w/ transfer) inside a radPanelBar and when you switch the expanded item the listboxes remain on the screen during the transition and don't disappear until after the transition completes.
Not critical - but thought it was worth throwing out there in case you had a solution (or wanted to fix this in the next SP release.)