This is a migrated thread and some comments may be shown as answers.

Radgrid inside editform template makes command item display shrink

1 Answer 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
MV
Top achievements
Rank 1
MV asked on 18 Oct 2016, 07:40 PM

Hi,

I have a RadGrid2 inside Radgrid1 Edit form Template. When RadGrid1 is in edit mode, the command item row shrinks. I checked my css and that's not the problem. Has anyone ever dealt with this before?

Thanks

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 21 Oct 2016, 05:53 AM
Hello,

Looking at the attached screenshots I am guessing that both RadGrid controls (the main and the nested in the edit template) are using different RenderModes. Can you please ensure that the same RenderMode is set to both grids. If that does not help, you might consider setting the RenderMode globally for the application by adding the following in your web.config file:
<appSettings>
  <add key="Telerik.Web.UI.RenderMode" value="Lightweight"/>

Hope this helps.


Regards,
Konstantin Dikov
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
Tags
General Discussions
Asked by
MV
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or