Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
Dynamic creation of rows
posted

Hello,
Is it possible the creation of rows in follwing scenario?
The list lstSheetData is notified list. Initially, its having 20 rows. Then, the itemsource is set like this -
igGrid.ItemsSource = lstSheetData;

Later, the list is updated with 50 rows. Now, do the rows get created instead of above code again?

Thanks,
Pragati.