Grid displaying unnecessary tooltip with ClipMode.EllipsisWithTooltip and WrapMode.Header

Hello,

I am seeing what I think is a new bug since I hadn't noticed before and have recently upgraded to 19.4.0.48

If you configure a grid as follows:

<SfGrid DataSource="@Orders"

                    AllowResizing="true"

                    AllowTextWrap="true"

                    ClipMode="ClipMode.EllipsisWithTooltip"

                    >

    <GridTextWrapSettings WrapMode="WrapMode.Header"></GridTextWrapSettings>

    <GridColumns>

        <GridColumn Field=@nameof(Order.OrderID) HeaderText="Order ID" IsPrimaryKey="true" TextAlign="TextAlign.Right" Width="120"></GridColumn>

        <GridColumn Field=@nameof(Order.CustomerID) HeaderText="Customer Name" Width="120"></GridColumn>

        <GridColumn Field=@nameof(Order.OrderDate) HeaderText=" Order Date" EditType="EditType.DatePickerEdit" Format="d" TextAlign="TextAlign.Right" Width="130" Type="ColumnType.Date"></GridColumn>

    </GridColumns>

</SfGrid>


And then resize the column so that the column heading wraps, you get a confusing and unnecessary tooltip when hovering over it:



The tooltip should only appear on the rows where ellipsis are shown. I am fairly sure that is how it was working previously.

Thanks,

Chuck


1 Reply

RN Rahul Narayanasamy Syncfusion Team February 4, 2022 03:48 PM UTC

Hi Chuck, 
 
Greetings from Syncfusion. 
 
We have validated and considered your query as a bug and logged the defect report “Grid displaying unnecessary tooltip with ClipMode.EllipsisWithTooltip and WrapMode.Header” for the same. Thank you for taking the time to report this issue and helping us improve our product. At Syncfusion, we are committed to fixing all validated defects (subject to technological feasibility and Product Development Life Cycle) and will include the fix in our upcoming patch release which is expected to be rolled out on or before end of February, 2022. Until then we appreciate your patience.  
  
You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.   
 
 
Regards 
Rahul 
 


Loader.
Up arrow icon