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

Loading remotely generated html table

0 Answers 98 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mahesh
Top achievements
Rank 1
Mahesh asked on 07 Jan 2012, 07:53 AM
Hi

I am creating async request to generate a html table by php . This table gets generated on the change event of data which is bound to kendo.datePiicker. I want to bind the kendoGrid to the table generated thru this php code. 

The simple achivement i wish is 
1. on date change a month gets picked up and passed on to the remote server database
2. async call to the php script page is called (e.g. localhost/generateDataTable.php)
3. php generates the desired table.
4. the updated data thus gets shown using the kendoGrid for further use.

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Mahesh
Top achievements
Rank 1
Share this question
or