|
Title: DataGrid: strange gap between headers and first row Post by: iceh on November 24, 2013, 08:20:17 AM I have a very simple hello world like example for a datagrid:
Code: <table id="dg2"></table> I have some nested layouts and inside a center there is a panel. The datagrid get's loaded in the panel by ajax by a user event. I get a very strage gap between the first row and the headers. Title: Re: DataGrid: strange gap between headers and first row Post by: stworthy on November 24, 2013, 01:32:48 PM Please provide your nested layout code. This will be helpful to find out the problem.
Title: Re: DataGrid: strange gap between headers and first row Post by: iceh on November 24, 2013, 03:47:30 PM Hey stworthy,
thx - I'll provide a demo page. Title: Solved - Re: DataGrid: strange gap between headers and first row Post by: iceh on November 25, 2013, 03:41:30 AM jEasyUI = Easy fix!
Microsoft in their great wisdom decided to setup a default CSS file for ASP.Net MVC projects. This caused the strange gap. Title: Re: DataGrid: strange gap between headers and first row Post by: DN on January 20, 2014, 10:11:29 AM So, is there a way to remove the MS' CSS reference? How did you fix the problem? I have the same issue with accordion. All <div> inside a accordion are separated by a gap. |