“Datatable Should contain at-least one data row” while bind it to Grid control When data table is bind as data source for grid control, the get action should pass at least one data row to Grid otherwise it will throw the following exception,
Fig
This exception will be thrown in both Server and JSON mode and this because we need at least one Data Row to bind the column values into the grid otherwise we are not able to get the column values if the column is null. So empty Data Row binding is not possible in Data Table. |
This page will automatically be redirected to the sign-in page in 10 seconds.