This is a migrated thread and some comments may be shown as answers.

How to make dynamic update popup for dynamic grid in Kendo UI?

1 Answer 108 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rasika
Top achievements
Rank 1
Rasika asked on 19 Aug 2015, 11:19 AM

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 a 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.

1 Answer, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 24 Aug 2015, 08:51 AM
Hello Rasika,

The Kendo UI Grid does not support this scenario out of the box. I would suggest checking this example, which illustrates how similar behavior could be achieved using DataTables. Another approach you might try is using the Grid's edit event handler to generate new content for the editor popup, then re-bind the data to it.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Rasika
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or