I have an telerik grid which contains 2 headers (one for each column and other, one column header for multiple columns) on top of the first header.
I have a "Add New Record" button on top of the grid which I added using the "CommandItemDisplay"="Top" on the grid.
The problem is when I click on the button "Add New Record", I get an edit row for insertion on top of the headers (the headers are below the row). It looks fine when I have saved the value (i.e. after insertion)
I want row to appear below the header as the last low in the grid.
Does anyone know how to achieve this?
Thanks in advance
I have a "Add New Record" button on top of the grid which I added using the "CommandItemDisplay"="Top" on the grid.
The problem is when I click on the button "Add New Record", I get an edit row for insertion on top of the headers (the headers are below the row). It looks fine when I have saved the value (i.e. after insertion)
I want row to appear below the header as the last low in the grid.
Does anyone know how to achieve this?
Thanks in advance