Hi Dimitri,
Thanks for contacting Syncfusion support.
We created a sample in VB.net and in this sample we render the grid inside the ejTab control. When we render the grid inside the Syncfusion tab we did not face the mentioned issue in our sample.
Find the code example :
<ej:Tab ID="DefaulttabContent" runat="server" Width="600px" ShowCloseButton="false" HeaderPosition="Top" EnablePersistence="false" EnableTabScroll="false" EnableRTL="false">
<Items>
<ej:TabItem Id="steelman" Text="Man of Steel">
<ContentSection>
<ej:Grid ID="Grid1" AllowSorting="true" AllowPaging="True" runat="server" OnServerAddRow="Grid1_ServerAddRow">
<Columns>
-----------------------
</Columns>
<EditSettings AllowEditing="True" AllowAdding="True" AllowDeleting="True"></EditSettings>
</ej:Grid>
</ContentSection>
</ej:TabItem>
</Items>
</ej:Tab>
</asp:Content> |
To find out the root cause we need the following details,
1. Code example of a Grid and Tab.
2. Share the screenshot of an issue.
3. Essential Studio Version details.
4. If possible, replicate the issue in the attached sample.
Regards,
Prasanna Kumar N.S.V