Completed
Last Updated: 28 May 2019 06:30 by ADMIN
ADMIN
Maya
Created on: 01 Apr 2014 14:11
Category: GridView
Type: Feature Request
7
GridViewNewRow is not displayed if NewRowPosition is set to Bottom,RadGridView is placed in a container measuring its children with infinity and there are no items.

		
5 comments
ADMIN
Martin Ivanov
Posted on: 28 May 2019 06:30
Hello Mahdi,

Thank you for sharing this solution.

Regards,
Martin Ivanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Mahdi
Posted on: 27 May 2019 08:56
gridview.GroupRenderMode = T.GridView.GroupRenderMode.Flat;
this solves issue
Brian
Posted on: 15 Oct 2015 16:37
Thank you for posting a workaround, Jorik!
Jorik
Posted on: 08 Oct 2014 18:26
I found a workaround for this:
NewRowPosition="Bottom" and Minheight="100", this will make the new row visible even if there are no records. 
Purna Pradeep
Posted on: 05 Jun 2014 23:50
Is this fixed....cos if we use NewRowPoisition="Top" the newly added row goes to bottom of the grid,and as per user experience it looks as if its jumping to last row and
user needs to scroll down to last row of the grid if there large data in the grid...