Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
87 views

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??

Rasika
Top achievements
Rank 1
 asked on 14 Sep 2015
2 answers
177 views

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

Zaly
Top achievements
Rank 1
 answered on 14 Sep 2015
0 answers
99 views

How can i make header , footer , paging and show page count in Rad Editor ?

 

majda
Top achievements
Rank 1
 asked on 13 Sep 2015
8 answers
175 views

I am using RadChart in Asp.Net
sree
Top achievements
Rank 1
 answered on 12 Sep 2015
2 answers
73 views

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?

Pavlina
Telerik team
 answered on 12 Sep 2015
1 answer
147 views

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>
Pavlina
Telerik team
 answered on 12 Sep 2015
1 answer
174 views
Is it possible to change direction of just one column to RTL?
Pavlina
Telerik team
 answered on 12 Sep 2015
6 answers
335 views
I have a radgrid in batch mode and would like to make it so when the enter key is pressed in a certain column it will go to the next row (same column) .  Much like you would do in Excel only we don't want to save changes till the user says too.  Is this possible? 
Konstantin Dikov
Telerik team
 answered on 12 Sep 2015
2 answers
163 views

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.

Nencho
Telerik team
 answered on 12 Sep 2015
1 answer
135 views

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

Danail Vasilev
Telerik team
 answered on 12 Sep 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?