Hi,
I am using an Object Data source to bind Radgrid on my page to a List<OrderDTO> . This is a list of Order DTO (classes) that is each order for customers that I get from the business Layer, I want to insert a blank row in the grid after every date, so the orders for each day are visually seperated and easier to read for the user in the grid. I am not sure how to do this can someone let me know whats the best way to achieve this? If possible please provide sample code for a simple example, your helps appreciated thanks
I am using an Object Data source to bind Radgrid on my page to a List<OrderDTO> . This is a list of Order DTO (classes) that is each order for customers that I get from the business Layer, I want to insert a blank row in the grid after every date, so the orders for each day are visually seperated and easier to read for the user in the grid. I am not sure how to do this can someone let me know whats the best way to achieve this? If possible please provide sample code for a simple example, your helps appreciated thanks