Hello,
We're using a GridView to add new data to our application. To this grid we fitted a CustomFilterRow. If we start off with an empty Gridview and want to add a new row to this grid, this new row doesn't show up in the grid for input. It seems like the CustomFilterRow is on bound to this first row, so that the new row isn't added or can't be seen. If I turn off this CustomerFilterRow the new row shows correctly in the grid and can be filled out.
Is there a way that the CustomFilterRow can be fitted in the header of the grid or that the new row will show in the second row of the grid?
Kind regards,
Sodi We
We're using a GridView to add new data to our application. To this grid we fitted a CustomFilterRow. If we start off with an empty Gridview and want to add a new row to this grid, this new row doesn't show up in the grid for input. It seems like the CustomFilterRow is on bound to this first row, so that the new row isn't added or can't be seen. If I turn off this CustomerFilterRow the new row shows correctly in the grid and can be filled out.
Is there a way that the CustomFilterRow can be fitted in the header of the grid or that the new row will show in the second row of the grid?
Kind regards,
Sodi We