Title: How can i realize dynamic loading in datagrid.... Post by: baxter on September 04, 2012, 03:55:52 AM Hey,
i plan a function to check/resolve more than one hostnames dynamically. As example: I send a request for hostname1.com, hostname2.com and hostname3.com to my rest server and become a result of the request directly back. How can i push the results dynamically into a datagrid? Any Idea´s? As Attachment a image for that what i mean;-) Title: Re: How can i realize dynamic loading in datagrid.... Post by: baxter on September 05, 2012, 08:08:53 AM i answer by myself;-)
I found the solution. Create a emtpy datagrid and work with appendRow is the trick... |