- Home
- Forum
- ASP.NET Web Forms
- [SOLVED] points in the groupheader
[SOLVED] points in the groupheader
Hi,
Attachment: ejGrid_points_d5bbb09d.7z
i have a grouped grid.
The first column show me two dots from an overflow ellipsis from the resulting HTML " "
Is there any way to remove the dots?
Kind regards
Jens
Jens
<ej:grid id="Grid" runat="server" allowgrouping="true" allowsorting="True" allowpaging="True">
<ToolbarSettings ShowToolbar="true" ToolbarItems="printGrid" />
<ClientSideEvents BeforePrint="beforePrint" />
<GroupSettings ShowDropArea="false" ShowGroupedColumn="False" GroupedColumns="ScheinArtText"></GroupSettings>
<Columns>
<ej:Column Field="ScheinArtText" HeaderText="" Visible="false" TextAlign="Left" Width="100" />
<ej:Column Field="PatientenId" HeaderText="Pat.Id" TextAlign="Left" Width="200" />
<ej:Column Field="Name" HeaderText="Vorname" />
<ej:Column Field="VorName" HeaderText="Nachname" />
<ej:Column Field="GeburtstagDE" HeaderText="Geburtstag" TextAlign="Center" />
<ej:Column Field="KostentraegerName" HeaderText="Kasse" TextAlign="Left" />
<ej:Column Field="KassenTyp" HeaderText="Typ" TextAlign="Left" Width="50" />
</Columns>
</ej:grid>
Attachment: ejGrid_points_d5bbb09d.7z
SIGN IN To post a reply.
3 Replies
FS
Farveen Sulthana Thameeztheen Basha
Syncfusion Team
January 17, 2020 04:07 PM UTC
Hi Jens,
Thanks for contacting Syncfusion Support.
We have checked your query and prepared sample as per your code example but we are unable to reproduce the problem at our end.
Refer to the sample Link:-
Refer to the screenshot:-
We need some more additional details to find the cause of the issue. Share us the following details.
- In which scenario the issue gets reproduced. ( replication procedure for this).
- Have you enabled any property for the first column to reproduce the issue.
- If possible replicate the issue in the above sample and revert us back.
- Does this issue occurs while using any Locale?
Regards,
Farveen sulthana T
JL
Jens Langen
February 5, 2020 12:58 PM UTC
Hi,
i solved the problem.
It was a global padding setting in a custom stylesheet.
It was a global padding setting in a custom stylesheet.
th {
padding: 0.25rem !important;
}
That is left over from an attempt. Likewise, the arrows for sorting with the padding set are not displayed.
Regards
Jens
FS
Farveen Sulthana Thameeztheen Basha
Syncfusion Team
February 6, 2020 11:59 AM UTC
Hi Jens,
Thanks for your update. Please get back to us if you need any further assistance on this.
Regards,
Farveen sulthana T
SIGN IN To post a reply.
- 3 Replies
- 2 Participants
-
JL Jens Langen
- Jan 15, 2020 10:36 AM UTC
- Feb 6, 2020 11:59 AM UTC