Here I have very nasty scenario.
I have a grid that populate by using dynamic table.
In that grid i added the edit and delete functionality.
I also have validation requirement for all the columns in the grid.
here is a example...
Think the table have 2 columns(next time it can be 3 columns).
This table's data shows in grid. "ColumnA" (String) and "ColumnB" (float) .
In another table have validation rules for ColumnA and ColumnB . ColumnA is a email and ColumnB have min and max values.
What I want is, make a custom dynamic popup for update data and bind these attributes to the html tags according to there validations.
How I achieve this ?? Thanks in advance.
At least can I do something like above using Kendo UI??
Hi,
I saved the content of RadEditor to a database. The saved content includes all the HTML mark-ups (e.g. <​strong>Company</strong>).
The question is when I retrieved the content from the database and bind to a label's tooltip, it shows the mark-up (e.g. <​strong>Company</strong>) instead of the formatted output (i.e. "Company" as a bold text).
What is the correct way of showing the tooltip with formatted content from RadEditor?
Zaly
How can i make header , footer , paging and show page count in Rad Editor ?
I'm not sure if this is a Telerik issue, or IE. But it seems to only happen in the Telerik grid that I can see.
One of the query parameters in my URL is: &Region=RhĂ´ne
This get's changed to &Region=RhĂƒÂ´ne when the next and previous page URLS are created by the Grid.
Any ideas on a work around for this or if I'm just missing something?
Hi,
For a web application I've created a radgrid solution and used the nestedviewtemplate to display more detailed information about the selected product.
In case there is an image not found on the server there is an onerror event that is configured in the img tag. On a regulare page (without an nested radgrid) it works perfectly, only when it's embedded in the nestedview of an radgrid it will give the error 'Problems while loading image' in stead of displaying the onerror image.
The project is based on the images that are located on the server instead of the images are stored in the database.
I've already checked if the onerror image is in the correct place and it is.
Could you please give me some advice on how to fix this?
Code
<NestedViewTemplate> <div style="background-color: rgba(92, 92, 130, 0.2); width: 100%; height:100%; display: inline-block;"> <ul style="width:770px; font-size:12px;"> <li style="width: 100%;float: left"> </li> <li style="width:250px;float: left"> <div style="margin-left: 2em"> <a rel="puArtikel" href="/full/<%#Eval("anummer") %>.jpg" class="jqzoom" title="Artikel - <%#Eval("anummer") %>"> <img id="imgProductInfo" src="/full/<%#Eval("anummer") %>.jpg" width="225" style="border:1px solid #0a0b32;" onerror="this.src='../images/noimage_80.jpg';" </a> </div> </li> </ul> <br style="clear: both;" /> </div></NestedViewTemplate>Hi
OK, not really used Rad controls before but I have to fix a bug in some code that contains a RadTab.
I have a javascript function, which is called onblur for a control.
Now this control may or may not be on a RadTab, so it won't know the id of the the RadTab control. How in my javascript function can I check that the control is on a RadTab and if that tab is active?
I am assuming I can check the parent oject type? but what am I looking for? Any help greatly appreciated.

Hi,
http://demos.telerik.com/aspnet-ajax/htmlchart/examples/charttypes/range-bar-chart/defaultcs.aspx
Looking at the above Work Schedule Range Bar Chart example, I am wondering if there is a way to have non-consecutive range? So for example can we have two bars to represent George's work schedule when he is working from 8am to 11am and 4pm to 8pm? I tried creating another set of RangeBarSeries for Geroge with the same name ​ranging from 4pm to 8pm but the control doesn't combine them but treats it as a different ​entity. Is there a way to configure it? Did I miss anything? The work schedule demo is otherwise perfect for our need. Please advise.
Thanks
Paulino