![]() |
Sergey Kornilov admin 2/15/2012 |
"View as" Custom won't work in ASPRunner.NET. It were left there by mistake. ((Cars)row).Make = "Audi";
|
G
|
gluckett author 2/23/2012 |
thanks "View as" Custom won't work in ASPRunner.NET. It were left there by mistake. You can use BeforeProcessRowList event for this purpose. Here is the sample code: ((Cars)row).Make = "Audi";
|
![]() |
Sergey Kornilov admin 2/23/2012 |
It will, at some point. Cannot promise anything on timeframe. |